Changeset 20558
- Timestamp:
- 10/01/07 07:51:15 (9 months ago)
- Files:
-
- accessible-news-ticker/tags/0.3.1 (added)
- accessible-news-ticker/tags/0.3.1/ant.php (added)
- accessible-news-ticker/tags/0.3.1/includes (added)
- accessible-news-ticker/tags/0.3.1/includes/domnews.css (added)
- accessible-news-ticker/tags/0.3.1/includes/domnews.js (added)
- accessible-news-ticker/tags/0.3.1/includes/simplepie.inc (added)
- accessible-news-ticker/tags/0.3.1/readme.txt (added)
- accessible-news-ticker/trunk/ant.php (modified) (2 diffs)
- accessible-news-ticker/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
accessible-news-ticker/trunk/ant.php
r17636 r20558 5 5 Description: Display latest posts or RSS news in an accessible/unobtrusive scroll box. Based on Chris Heilmann's <a href="http://onlinetools.org/tools/domnews/">DOMnews 1.0</a>. 6 6 Author: Pixline 7 Version: 0.3 7 Version: 0.3.1 8 8 Author URI: http://pixline.net/ 9 9 … … 38 38 39 39 register_activation_hook(__FILE__, 'widget_ant_install'); 40 include_once(get_bloginfo('url')."/wp-content/plugins/accessible-news-ticker/includes/simplepie.inc"); 40 #include_once(get_bloginfo('url')."/wp-content/plugins/accessible-news-ticker/includes/simplepie.inc"); 41 include_once("includes/simplepie.inc"); 41 42 42 43 function ant_trim_sentence($string, $num){ accessible-news-ticker/trunk/readme.txt
r17636 r20558 4 4 Tags: admin, post, javascript, scroller, news, ticker, widget, widgets, posts 5 5 Requires at least: 2.1 6 Tested up to: 2.3 b17 Stable tag: 0.3 6 Tested up to: 2.3 7 Stable tag: 0.3.1 8 8 9 9 A news ticker/scroller widget that displays posts and RSS with accessible javascript).
