Make WordPress Core


Ignore:
Timestamp:
01/07/2011 08:52:42 PM (14 years ago)
Author:
ryan
Message:

Selectively reset list-table forms rather than all forms to avoid stompage. Props koopersmith. fixes #16098

File:
1 edited

Legend:

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

    r17216 r17239  
    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' ), '20110102' );
     307        $scripts->add( 'list-table', "/wp-admin/js/list-table$suffix.js", array( 'jquery-query', 'jquery-serialize-object' ), '20110107' );
    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.