Changeset 20558

Show
Ignore:
Timestamp:
10/01/07 07:51:15 (9 months ago)
Author:
pixline
Message:

0.3.1 stupid stupid include bugfix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • accessible-news-ticker/trunk/ant.php

    r17636 r20558  
    55Description: 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>. 
    66Author: Pixline 
    7 Version: 0.3 
     7Version: 0.3.1 
    88Author URI: http://pixline.net/ 
    99 
     
    3838 
    3939register_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"); 
     41include_once("includes/simplepie.inc"); 
    4142 
    4243function ant_trim_sentence($string, $num){ 
  • accessible-news-ticker/trunk/readme.txt

    r17636 r20558  
    44Tags: admin, post, javascript, scroller, news, ticker, widget, widgets, posts 
    55Requires at least: 2.1 
    6 Tested up to: 2.3b1 
    7 Stable tag: 0.3 
     6Tested up to: 2.3 
     7Stable tag: 0.3.1 
    88 
    99A news ticker/scroller widget that displays posts and RSS with accessible javascript).