Plugin Directory

Changeset 536902


Ignore:
Timestamp:
04/26/2012 06:04:29 PM (14 years ago)
Author:
brokenlibrarian
Message:

category field bug fix

Location:
simplerecentthumbs/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • simplerecentthumbs/trunk/readme.txt

    r526499 r536902  
    44Tags: widget, thumbnails
    55Requires at least: 3.3.1
    6 Tested up to: 3.3.1
    7 Stable tag: 0.5
     6Tested up to: 3.3.2
     7Stable tag: 0.6
    88License: Apache v2
    99
     
    2424http://brokenlibrarian.org/tinyplugins/ 
    2525brokenlibrarian@gmail.com 
    26 3/29/2012
     264/26/2012
    2727
    2828== Installation ==
     
    5555== Changelog ==
    5656
     57= 0.6 =
     58* category field bug fix
     59* code cleanup
     60
    5761= 0.5 =
    5862* fix readme issues
     
    6266
    6367== Upgrade Notice ==
     68
     69= 0.6 =
     70* category field bug fix, recommended upgrade
    6471
    6572= 0.5 =
  • simplerecentthumbs/trunk/simplerecentthumbs.php

    r526499 r536902  
    44Plugin URI: http://brokenlibrarian.org/tinyplugins/simplerecentthumbs/
    55Description: Adds a widget that shows recent post thumbnails
    6 Version: 0.5
     6Version: 0.6
    77Author: Christian Wagner
    88Author URI: http://brokenlibrarian.org/tinyplugins/
     
    107107       
    108108        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>');
    110110       
    111111        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.