Plugin Directory

Changeset 2308251


Ignore:
Timestamp:
05/19/2020 09:52:12 PM (6 years ago)
Author:
timmcdaniels
Message:

version 2.6

Location:
media-category-library
Files:
31 added
3 edited

Legend:

Unmodified
Added
Removed
  • media-category-library/trunk/classes/media-category-library.php

    r2308229 r2308251  
    770770        $order = 'ASC';
    771771        $limit = -1;
     772       
     773        if ( ! isset( $atts['orderby'] ) ) $atts['orderby'] = array();
     774        if ( ! isset( $atts['order'] ) ) $atts['order'] = array();
     775        if ( ! isset( $atts['returnposts'] ) ) $atts['returnposts'] = '';
     776
    772777        if ( in_array( $atts['orderby'], array( 'post_title', 'post_date', 'title', 'date', 'menu_order' ) ) ) $orderby = $atts['orderby'];
    773778        if ( in_array( $atts['order'], array( 'ASC', 'DESC' ) ) ) $order = $atts['order'];
  • media-category-library/trunk/media-category-library.php

    r926902 r2308251  
    99Author URI: http://WeAreConvoy.com
    1010Requires at least: 3.0.0
    11 Tested up to: 3.5.1
     11Tested up to: 5.4.1
    1212
    1313Copyright 2010-2011 by Tim McDaniels http://www.weareconvoy.com
  • media-category-library/trunk/readme.txt

    r2308229 r2308251  
    5252
    5353== Changelog ==
     54
     55= 2.6 =
     56* Fixed php warnings and updated tested up to version.
    5457
    5558= 2.5 =
Note: See TracChangeset for help on using the changeset viewer.