Make WordPress Core


Ignore:
Timestamp:
12/08/2009 09:24:32 PM (14 years ago)
Author:
markjaquith
Message:

More standardization around Post/Page Image instead of Post/Page Thumbnail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-page-form.php

    r12339 r12343  
    8282add_meta_box('slugdiv', __('Page Slug'), 'post_slug_meta_box', 'page', 'normal', 'core');
    8383if ( current_theme_supports( 'post-images' ) )
    84     add_meta_box('postimagediv', __('Page Thumbnail'), 'post_thumbnail_meta_box', 'page', 'side', 'low');
     84    add_meta_box('postimagediv', __('Page Image'), 'post_image_meta_box', 'page', 'side', 'low');
    8585
    8686$authors = get_editable_user_ids( $current_user->id, true, 'page' ); // TODO: ROLE SYSTEM
Note: See TracChangeset for help on using the changeset viewer.