Make WordPress Core


Ignore:
Timestamp:
11/28/2010 07:05:12 PM (14 years ago)
Author:
scribu
Message:

Make bottom admin pagination scroll to the top after rows are updated. See #15580

File:
1 edited

Legend:

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

    r16598 r16602  
    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' ), '20101126' );
     307        $scripts->add( 'list-table', "/wp-admin/js/list-table$suffix.js", array( 'jquery-query', 'jquery-serialize-object' ), '20101128' );
    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.