Make WordPress Core


Ignore:
Timestamp:
04/02/2010 06:12:49 AM (16 years ago)
Author:
dd32
Message:

Change UI labels from "Post Thumbnails" to "Featured Image". See #12554

File:
1 edited

Legend:

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

    r13920 r13940  
    392392        $scripts->add_data( 'set-post-thumbnail', 'group', 1 );
    393393        $scripts->localize( 'set-post-thumbnail', 'setPostThumbnailL10n', array(
    394             'setThumbnail' => __( 'Use as thumbnail' ),
     394            'setThumbnail' => __( 'Use as featured image' ),
    395395            'saving' => __( 'Saving...' ),
    396396            'error' => __( 'Could not set that as the thumbnail image. Try a different attachment.' ),
Note: See TracChangeset for help on using the changeset viewer.