Changeset 12322 for trunk/wp-admin/includes/post.php
- Timestamp:
- 12/06/2009 05:02:51 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/post.php
r12298 r12322 1069 1069 */ 1070 1070 function _wp_post_thumbnail_html( $thumbnail_id = NULL ) { 1071 global $post; 1072 if ( !current_theme_supports( 'post-thumbnails' ) ) { 1073 if ( 'post' == $post->post_type ) { 1074 $type = __( 'post' ); 1075 } elseif ( 'page' == $post->post_type ) { 1076 $type = __( 'page' ); 1077 } else { 1078 $type = $post->post_type; 1079 } 1080 return sprintf( __( '<p>Your theme does not currently support <a href="%1$s">%2$s thumbnails</a>.</p><p>You can hide this module by clicking the "Screen Options" tab.</p>' ), _x( 'http://codex.wordpress.org/Post_Images', 'Within the post/page thumbnail module on the post/page edit screen' ), $type ); 1081 } 1071 1082 $content = '<p class="hide-if-no-js"><a href="#" id="set-post-thumbnail" onclick="jQuery(\'#add_image\').click();return false;">' . esc_html__( 'Set thumbnail' ) . '</a></p>'; 1072 1083
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)