Plugin Directory

Changeset 1215408


Ignore:
Timestamp:
08/08/2015 06:44:30 AM (11 years ago)
Author:
froman118
Message:

http://svn.wp-plugins.org/my-category-order/tags/4.3

Location:
my-link-order/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • my-link-order/trunk/mylinkorder.php

    r641591 r1215408  
    44Plugin URI: http://www.geekyweekly.com/mylinkorder
    55Description: 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.5
     6Version: 4.3
    77Author: Andrew Charlton
    88Author URI: http://www.geekyweekly.com
     
    243243class mylinkorder_Widget extends WP_Widget {
    244244
    245     function mylinkorder_Widget() {
     245    function __construct() {
    246246        $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);   }
    248248
    249249    function widget( $args, $instance ) {
  • my-link-order/trunk/readme.txt

    r637515 r1215408  
    44Tags: link, category, categories, order, sidebar, widget
    55Requires at least: 2.8
    6 Tested up to: 3.5
    7 Stable tag: 3.5
     6Tested up to: 4.3
     7Stable tag: 4.3
    88
    99My Link Order allows you to set the order in which links and link categories will appear in the sidebar.
     
    2525
    2626== Changelog ==
     27= 4.3 =
     28* PHP7 constructor update
     29* Testing after long hiatus, still works!
    2730= 3.3.1 =
    2831* Added Danish translation
Note: See TracChangeset for help on using the changeset viewer.