Plugin Directory

Changeset 641591


Ignore:
Timestamp:
12/19/2012 08:04:33 AM (13 years ago)
Author:
froman118
Message:

http://wordpress.org/support/topic/plugin-my-link-order-small-bugfix-typo-in-order_by-variable#post-3616971

File:
1 edited

Legend:

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

    r637515 r641591  
    331331    function form( $instance ) {
    332332        //Defaults
    333         $instance = wp_parse_args( (array) $instance, array( 'categorize' => '','category' => '', 'category_orderby' => 'order', 'category_order' => 'asc', '_orderby' => 'order', 'order' => 'asc', 'exclude' => '', 'exclude_category' => '', 'include' => '', 'limit' => '', 'title_li' => '', 'link_before' => '', 'link_after' => '', 'between' => '', 'show_images' => '', 'show_description' => '', 'show_name' => '', 'show_rating' => '', 'show_updated' => '', 'hide_invisible' => '' ) );
     333        $instance = wp_parse_args( (array) $instance, array( 'categorize' => '','category' => '', 'category_orderby' => 'order', 'category_order' => 'asc', 'orderby' => 'order', 'order' => 'asc', 'exclude' => '', 'exclude_category' => '', 'include' => '', 'limit' => '', 'title_li' => '', 'link_before' => '', 'link_after' => '', 'between' => '', 'show_images' => '', 'show_description' => '', 'show_name' => '', 'show_rating' => '', 'show_updated' => '', 'hide_invisible' => '' ) );
    334334       
    335335        $categorize = esc_attr( $instance['categorize'] );
Note: See TracChangeset for help on using the changeset viewer.