Make WordPress Core


Ignore:
Timestamp:
02/26/2009 07:54:33 AM (17 years ago)
Author:
ryan
Message:

Hide theme details. See #8652

File:
1 edited

Legend:

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

    r10641 r10655  
    353353        ));
    354354
    355         $scripts->add( 'theme-preview', "/wp-admin/js/theme-preview$suffix.js", array( 'thickbox', 'jquery' ), '20090219' );
     355        $scripts->add( 'theme-preview', "/wp-admin/js/theme-preview$suffix.js", array( 'thickbox', 'jquery' ), '20090225' );
    356356        $scripts->add_data( 'theme-preview', 'group', 1 );
    357357
Note: See TracChangeset for help on using the changeset viewer.