Changeset 1215408
- Timestamp:
- 08/08/2015 06:44:30 AM (11 years ago)
- Location:
- my-link-order/trunk
- Files:
-
- 2 edited
-
mylinkorder.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
my-link-order/trunk/mylinkorder.php
r641591 r1215408 4 4 Plugin URI: http://www.geekyweekly.com/mylinkorder 5 5 Description: My Link Order allows you to set the order in which links and link 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.56 Version: 4.3 7 7 Author: Andrew Charlton 8 8 Author URI: http://www.geekyweekly.com … … 243 243 class mylinkorder_Widget extends WP_Widget { 244 244 245 function mylinkorder_Widget() {245 function __construct() { 246 246 $widget_ops = array('classname' => 'widget_mylinkorder', 'description' => __( 'Enhanced Link widget provided by My Link Order') ); 247 $this->WP_Widget('mylinkorder', __('My Link Order'), $widget_ops); }247 parent::__construct('mylinkorder', __('My Link Order'), $widget_ops); } 248 248 249 249 function widget( $args, $instance ) { -
my-link-order/trunk/readme.txt
r637515 r1215408 4 4 Tags: link, category, categories, order, sidebar, widget 5 5 Requires at least: 2.8 6 Tested up to: 3.57 Stable tag: 3.56 Tested up to: 4.3 7 Stable tag: 4.3 8 8 9 9 My Link Order allows you to set the order in which links and link categories will appear in the sidebar. … … 25 25 26 26 == Changelog == 27 = 4.3 = 28 * PHP7 constructor update 29 * Testing after long hiatus, still works! 27 30 = 3.3.1 = 28 31 * Added Danish translation
Note: See TracChangeset
for help on using the changeset viewer.