Make WordPress Core


Ignore:
Timestamp:
10/15/2009 12:57:16 PM (15 years ago)
Author:
markjaquith
Message:

Post thumbnail removal functionality (only allowed for replacement before). props scribu. see #10928

File:
1 edited

Legend:

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

    r12031 r12036  
    384384        ) );
    385385
    386         $scripts->add( 'set-post-thumbnail-handler', "/wp-admin/js/set-post-thumbnail-handler$suffix.js", array( 'jquery' ), '20091014' );
     386        $scripts->add( 'set-post-thumbnail-handler', "/wp-admin/js/set-post-thumbnail-handler$suffix.js", array( 'jquery' ), '20091015' );
    387387        $scripts->add_data( 'set-post-thumbnail-handler', 'group', 1 );
    388388   
Note: See TracChangeset for help on using the changeset viewer.