Make WordPress Core


Ignore:
Timestamp:
12/08/2009 09:27:53 PM (15 years ago)
Author:
markjaquith
Message:

Yet more standardization around Post/Page Image instead of Post/Page Thumbnail

File:
1 edited

Legend:

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

    r12339 r12344  
    386386        $scripts->add_data( 'set-post-thumbnail', 'group', 1 );
    387387        $scripts->localize( 'set-post-thumbnail', 'setPostThumbnailL10n', array(
    388             'setThumbnail' => __( 'Use as thumbnail' ),
     388            'setThumbnail' => __( 'Use as post image' ),
    389389            'saving' => __( 'Saving...' ),
    390390            'error' => __( 'Could not set that as the thumbnail image. Try a different attachment.' )
Note: See TracChangeset for help on using the changeset viewer.