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/theme.php

    r12350 r12351  
    13221322    global $_wp_theme_features;
    13231323
    1324     if ( 'post-thumbnails' == $feature ) // This was changed during 2.9 beta. I'll be nice and not break things.
    1325         $feature = 'post-images';
    1326 
    13271324    if ( func_num_args() == 1 )
    13281325        $_wp_theme_features[$feature] = true;
     
    13541351    // @todo Allow pluggable arg checking
    13551352    switch ( $feature ) {
    1356         case 'post-images':
     1353        case 'post-thumbnails':
    13571354            // post-thumbnails can be registered for only certain content/post types by passing
    13581355            // an array of types to add_theme_support().  If no array was passed, then
Note: See TracChangeset for help on using the changeset viewer.