Changeset 536902
- Timestamp:
- 04/26/2012 06:04:29 PM (14 years ago)
- Location:
- simplerecentthumbs/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (4 diffs)
-
simplerecentthumbs.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simplerecentthumbs/trunk/readme.txt
r526499 r536902 4 4 Tags: widget, thumbnails 5 5 Requires at least: 3.3.1 6 Tested up to: 3.3. 17 Stable tag: 0. 56 Tested up to: 3.3.2 7 Stable tag: 0.6 8 8 License: Apache v2 9 9 … … 24 24 http://brokenlibrarian.org/tinyplugins/ 25 25 brokenlibrarian@gmail.com 26 3/29/201226 4/26/2012 27 27 28 28 == Installation == … … 55 55 == Changelog == 56 56 57 = 0.6 = 58 * category field bug fix 59 * code cleanup 60 57 61 = 0.5 = 58 62 * fix readme issues … … 62 66 63 67 == Upgrade Notice == 68 69 = 0.6 = 70 * category field bug fix, recommended upgrade 64 71 65 72 = 0.5 = -
simplerecentthumbs/trunk/simplerecentthumbs.php
r526499 r536902 4 4 Plugin URI: http://brokenlibrarian.org/tinyplugins/simplerecentthumbs/ 5 5 Description: Adds a widget that shows recent post thumbnails 6 Version: 0. 56 Version: 0.6 7 7 Author: Christian Wagner 8 8 Author URI: http://brokenlibrarian.org/tinyplugins/ … … 107 107 108 108 echo ('<p><label for="'. $this->get_field_id('category') .'">Filter by category: </label>'); 109 echo ('<input class="widefat" id="'. $this->get_field_id('category') .'" name="'. $this->get_field_name('category') .'" type="text" value=" '. $category .'" /></p>');109 echo ('<input class="widefat" id="'. $this->get_field_id('category') .'" name="'. $this->get_field_name('category') .'" type="text" value="'. $category .'" /></p>'); 110 110 111 111 echo ('<p><input type="checkbox" class="checkbox" id="'. $this->get_field_id('more') .'" name="'. $this->get_field_name('more') .'" '. checked( $more,true,false ) .' />');
Note: See TracChangeset
for help on using the changeset viewer.