Changeset 1744949
- Timestamp:
- 10/11/2017 06:57:27 PM (8 years ago)
- Location:
- list-drafts-widget
- Files:
-
- 4 edited
- 1 copied
-
tags/2.5 (copied) (copied from list-drafts-widget/trunk)
-
tags/2.5/list-drafts.php (modified) (2 diffs)
-
tags/2.5/readme.txt (modified) (3 diffs)
-
trunk/list-drafts.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
list-drafts-widget/tags/2.5/list-drafts.php
r978154 r1744949 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. 1.16 Version: 2.5 7 7 Author: Les Bessant 8 8 Author URI: http://losingit.me.uk/ … … 57 57 * Widget setup. 58 58 */ 59 function ListDrafts_Widget() { 59 60 // Update October 2017- new constructor for PHP 7 compatibility 61 function __construct() 62 { 60 63 /* Widget settings. */ 61 64 $widget_ops = array( 'classname' => 'example', 'description' => __('A widget which displays the title of draft posts.', 'listdrafts') ); -
list-drafts-widget/tags/2.5/readme.txt
r1670456 r1744949 3 3 Tags: draft, drafts, sidebar, widget 4 4 Requires at least: 2.8 5 Tested up to: 4.8 6 Stable tag: 2. 1.15 Tested up to: 4.8.2 6 Stable tag: 2.5 7 7 8 8 Outputs an unordered list of the titles of saved draft posts in a sidebar widget. … … 34 34 35 35 == Changelog == 36 = 2.5 = 37 * Changed constructor for PHP 7 compatibility 38 36 39 = 2.1.1 = 37 40 * Minor edits, confirming compatibility with WordPress 4.0 … … 54 57 55 58 1. Widget configuration options 56 2. Example ofoutput59 2. Sample output 57 60 -
list-drafts-widget/trunk/list-drafts.php
r978154 r1744949 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. 1.16 Version: 2.5 7 7 Author: Les Bessant 8 8 Author URI: http://losingit.me.uk/ … … 57 57 * Widget setup. 58 58 */ 59 function ListDrafts_Widget() { 59 60 // Update October 2017- new constructor for PHP 7 compatibility 61 function __construct() 62 { 60 63 /* Widget settings. */ 61 64 $widget_ops = array( 'classname' => 'example', 'description' => __('A widget which displays the title of draft posts.', 'listdrafts') ); -
list-drafts-widget/trunk/readme.txt
r1670456 r1744949 3 3 Tags: draft, drafts, sidebar, widget 4 4 Requires at least: 2.8 5 Tested up to: 4.8 6 Stable tag: 2. 1.15 Tested up to: 4.8.2 6 Stable tag: 2.5 7 7 8 8 Outputs an unordered list of the titles of saved draft posts in a sidebar widget. … … 34 34 35 35 == Changelog == 36 = 2.5 = 37 * Changed constructor for PHP 7 compatibility 38 36 39 = 2.1.1 = 37 40 * Minor edits, confirming compatibility with WordPress 4.0 … … 54 57 55 58 1. Widget configuration options 56 2. Example ofoutput59 2. Sample output 57 60
Note: See TracChangeset
for help on using the changeset viewer.