Make WordPress Core


Ignore:
Timestamp:
12/08/2009 04:34:04 PM (17 years ago)
Author:
markjaquith
Message:

Standardize around "post image" instead of "post thumbnail"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/media.php

    r12308 r12339  
    12401240
    12411241    $thumbnail = '';
    1242     if ( 'image' == $type && current_theme_supports( 'post-thumbnails' ) && get_post_image_id($_GET['post_id']) != $attachment_id )
     1242    if ( 'image' == $type && current_theme_supports( 'post-images' ) && get_post_image_id($_GET['post_id']) != $attachment_id )
    12431243        $thumbnail = "<a class='wp-post-thumbnail' href='#' onclick='WPSetAsThumbnail(\"$attachment_id\");return false;'>" . esc_html__( "Use as thumbnail" ) . "</a>";
    12441244
Note: See TracChangeset for help on using the changeset viewer.