Make WordPress Core


Ignore:
Timestamp:
11/21/2010 04:20:08 PM (14 years ago)
Author:
scribu
Message:

Don't display search subtitle on themes page. Props ocean90. See #14579

File:
1 edited

Legend:

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

    r16524 r16525  
    380380        $scripts->add_data( 'theme-preview', 'group', 1 );
    381381
    382         $scripts->add( 'list-table', "/wp-admin/js/list-table$suffix.js", array( 'jquery-query', 'jquery-serialize-object' ), '20101117' );
     382        $scripts->add( 'list-table', "/wp-admin/js/list-table$suffix.js", array( 'jquery-query', 'jquery-serialize-object' ), '20101121' );
    383383        $scripts->add_data( 'list-table', 'group', 1 );
    384384        $scripts->localize( 'list-table', 'listTableL10n', array(
Note: See TracChangeset for help on using the changeset viewer.