Make WordPress Core


Ignore:
Timestamp:
12/26/2010 10:06:15 PM (14 years ago)
Author:
ryan
Message:

Always output pagination controls. Hide them when they are not needed. Show them upon AJAX result that requires pagination. Props nacin. fixes #15983

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r17154 r17156  
    305305        $scripts->add_data( 'admin-custom-fields', 'group', 1 );
    306306
    307         $scripts->add( 'list-table', "/wp-admin/js/list-table$suffix.js", array( 'jquery-query', 'jquery-serialize-object' ), '20101224' );
     307        $scripts->add( 'list-table', "/wp-admin/js/list-table$suffix.js", array( 'jquery-query', 'jquery-serialize-object' ), '20101226' );
    308308        $scripts->add_data( 'list-table', 'group', 1 );
    309309        $scripts->localize( 'list-table', 'listTableL10n', array(
Note: See TracChangeset for help on using the changeset viewer.