Make WordPress Core


Ignore:
Timestamp:
10/26/2009 06:02:44 PM (17 years ago)
Author:
markjaquith
Message:

thumbnail JS fixes. props scribu. see #10928

File:
1 edited

Legend:

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

    r12099 r12111  
    373373        $scripts->add_data( 'image-edit', 'group', 1 );
    374374
    375         $scripts->add( 'set-post-thumbnail', "/wp-admin/js/set-post-thumbnail$suffix.js", array( 'jquery' ), '20091015' );
     375        $scripts->add( 'set-post-thumbnail', "/wp-admin/js/set-post-thumbnail$suffix.js", array( 'jquery' ), '20091021' );
    376376        $scripts->add_data( 'set-post-thumbnail', 'group', 1 );
    377377        $scripts->localize( 'set-post-thumbnail', 'setPostThumbnailL10n', array(
    378             'setThumbnail' => __( 'Use for thumbnail' ),
     378            'setThumbnail' => __( 'Use as thumbnail' ),
    379379            'saving' => __( 'Saving...' ),
    380380            'error' => __( 'Could not set that as the thumbnail image. Try a different attachment.' )
Note: See TracChangeset for help on using the changeset viewer.