Changeset 1215401
- Timestamp:
- 08/08/2015 06:42:20 AM (11 years ago)
- Location:
- my-category-order/trunk
- Files:
-
- 2 edited
-
mycategoryorder.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
my-category-order/trunk/mycategoryorder.php
r534578 r1215401 4 4 Plugin URI: http://www.geekyweekly.com/mycategoryorder 5 5 Description: My Category Order allows you to set the order in which categories will appear in the sidebar. Uses a drag and drop interface for ordering. Adds a widget with additional options for easy installation on widgetized themes. 6 Version: 3.3.26 Version: 4.3 7 7 Author: Andrew Charlton 8 8 Author URI: http://www.geekyweekly.com … … 256 256 class mycategoryorder_Widget extends WP_Widget { 257 257 258 function mycategoryorder_Widget() {258 function __construct() { 259 259 $widget_ops = array('classname' => 'widget_mycategoryorder', 'description' => __( 'Enhanced Category widget provided by My Category Order') ); 260 $this->WP_Widget('mycategoryorder', __('My Category Order'), $widget_ops); }260 parent::__construct('mycategoryorder', __('My Category Order'), $widget_ops); } 261 261 262 262 function widget( $args, $instance ) { -
my-category-order/trunk/readme.txt
r534578 r1215401 4 4 Tags: categories, category, order, sidebar, widget 5 5 Requires at least: 2.8 6 Tested up to: 3.3.27 Stable tag: 3.3.26 Tested up to: 4.3 7 Stable tag: 4.3 8 8 9 9 My Category Order allows you to set the order in which categories will appear in the sidebar. … … 21 21 22 22 == Change Log == 23 = 4.3 = 24 * PHP7 constructor update 25 * Testing after long hiatus, still works! 23 26 = 3.3.1 = 24 27 * Added Danish translation
Note: See TracChangeset
for help on using the changeset viewer.