Plugin Directory

Changeset 487075


Ignore:
Timestamp:
01/09/2012 07:20:59 PM (14 years ago)
Author:
finalcut
Message:

Fixed mistake that was causing eof error when php demands <?php instead of just a <? on line 37

Location:
feedlist/trunk/feedList
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • feedlist/trunk/feedList/feedlist.php

    r305767 r487075  
    66    Author: Bill Rawlinson
    77    Author URI: http://blog.rawlinson.us/
    8     Version: 2.61.01
     8    Version: 2.61.02
    99*/
    1010
     
    3535                    ?>
    3636                        <div id="message" style="margin-top: 15px; padding: 10px;" class="updated fade">There was a problem initializing the feedlist plugin.  Make sure the file feedlist.php is in the feedList directory under your <strong>wp-content/plugins</strong> directory.</div>
    37                     <?
     37                    <?php
    3838                    }
    3939                }
  • feedlist/trunk/feedList/readme.txt

    r305767 r487075  
    55Requires at least: 1.5
    66Tested up to: 3.01
    7 Stable tag: 2.61.01
     7Stable tag: 2.61.02
    88
    99Allows you to display lists of links from an rss or atom feed on your blog.
     
    101101
    102102    29 Oct 2010         Made the language option request specific while keeping the global setting as the default choice
     103   
     104    09 Jan 2012         Fixed mistake that was causing eof error when php demands <?php instead of just a <? on line 37
    103105-------------------------------------------------------------------------------------------------------
    104106 
Note: See TracChangeset for help on using the changeset viewer.