Make WordPress Core


Ignore:
Timestamp:
12/10/2009 06:14:36 AM (15 years ago)
Author:
markjaquith
Message:

Post/Page Image was too generic a name. Post/Page Thumbnail is more clear, even if you can create very large thumbnail images if you so choose.

File:
1 edited

Legend:

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

    r12349 r12351  
    386386        $scripts->add_data( 'set-post-thumbnail', 'group', 1 );
    387387        $scripts->localize( 'set-post-thumbnail', 'setPostThumbnailL10n', array(
    388             'setThumbnail' => __( 'Use as post image' ),
     388            'setThumbnail' => __( 'Use as thumbnail' ),
    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.