Changeset 487075
- Timestamp:
- 01/09/2012 07:20:59 PM (14 years ago)
- Location:
- feedlist/trunk/feedList
- Files:
-
- 2 edited
-
feedlist.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
feedlist/trunk/feedList/feedlist.php
r305767 r487075 6 6 Author: Bill Rawlinson 7 7 Author URI: http://blog.rawlinson.us/ 8 Version: 2.61.0 18 Version: 2.61.02 9 9 */ 10 10 … … 35 35 ?> 36 36 <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 38 38 } 39 39 } -
feedlist/trunk/feedList/readme.txt
r305767 r487075 5 5 Requires at least: 1.5 6 6 Tested up to: 3.01 7 Stable tag: 2.61.0 17 Stable tag: 2.61.02 8 8 9 9 Allows you to display lists of links from an rss or atom feed on your blog. … … 101 101 102 102 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 103 105 ------------------------------------------------------------------------------------------------------- 104 106
Note: See TracChangeset
for help on using the changeset viewer.