Changeset 217525
- Timestamp:
- 03/14/2010 04:40:42 PM (16 years ago)
- Location:
- list-drafts-widget
- Files:
-
- 2 edited
- 5 copied
-
tags/2.0.1 (copied) (copied from list-drafts-widget/trunk)
-
tags/2.0.1/list-drafts.php (copied) (copied from list-drafts-widget/trunk/list-drafts.php) (2 diffs)
-
tags/2.0.1/readme.txt (copied) (copied from list-drafts-widget/trunk/readme.txt) (2 diffs)
-
tags/2.0.1/screenshot-1.png (copied) (copied from list-drafts-widget/trunk/screenshot-1.png)
-
tags/2.0.1/screenshot-2.png (copied) (copied from list-drafts-widget/trunk/screenshot-2.png)
-
trunk/list-drafts.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
list-drafts-widget/tags/2.0.1/list-drafts.php
r217514 r217525 4 4 Plugin URI: http://losingit.me.uk/2010/03/14/list-drafts-widget-revisited 5 5 Description: A sidebar widget that lists the titles of draft posts 6 Version: 2.0 6 Version: 2.0.1 7 7 Author: Les Bessant 8 8 Author URI: http://losingit.me.uk/ … … 136 136 137 137 /* Set up some default widget settings. */ 138 $defaults = array( 'title' => __(' List Drafts', 'listdrafts'), 'untitled' => __('An untitled post', 'listdrafts'));138 $defaults = array( 'title' => __('Coming Soon', 'listdrafts'), 'untitled' => __('An untitled post', 'listdrafts')); 139 139 $instance = wp_parse_args( (array) $instance, $defaults ); ?> 140 140 -
list-drafts-widget/tags/2.0.1/readme.txt
r217514 r217525 4 4 Requires at least: 2.8 5 5 Tested up to: 3.0-Alpha 6 Stable tag: 2.0 6 Stable tag: 2.0.1 7 7 8 8 Outputs an unordered list of the titles of saved draft posts in a sidebar widget. … … 35 35 == Changelog == 36 36 37 = 2.0.1 = 38 * Changed default widget title to "Coming Soon" 39 37 40 = 2.0 = 38 41 * Re-written to use the new Widget API introduced with WordPress 2.8. Otherwise unchanged. -
list-drafts-widget/trunk/list-drafts.php
r217514 r217525 4 4 Plugin URI: http://losingit.me.uk/2010/03/14/list-drafts-widget-revisited 5 5 Description: A sidebar widget that lists the titles of draft posts 6 Version: 2.0 6 Version: 2.0.1 7 7 Author: Les Bessant 8 8 Author URI: http://losingit.me.uk/ … … 136 136 137 137 /* Set up some default widget settings. */ 138 $defaults = array( 'title' => __(' List Drafts', 'listdrafts'), 'untitled' => __('An untitled post', 'listdrafts'));138 $defaults = array( 'title' => __('Coming Soon', 'listdrafts'), 'untitled' => __('An untitled post', 'listdrafts')); 139 139 $instance = wp_parse_args( (array) $instance, $defaults ); ?> 140 140 -
list-drafts-widget/trunk/readme.txt
r217514 r217525 4 4 Requires at least: 2.8 5 5 Tested up to: 3.0-Alpha 6 Stable tag: 2.0 6 Stable tag: 2.0.1 7 7 8 8 Outputs an unordered list of the titles of saved draft posts in a sidebar widget. … … 35 35 == Changelog == 36 36 37 = 2.0.1 = 38 * Changed default widget title to "Coming Soon" 39 37 40 = 2.0 = 38 41 * Re-written to use the new Widget API introduced with WordPress 2.8. Otherwise unchanged.
Note: See TracChangeset
for help on using the changeset viewer.