Changeset 19687 for trunk/wp-admin/includes/post.php
- Timestamp:
- 01/05/2012 08:50:54 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/post.php
r19596 r19687 1143 1143 * @return string html 1144 1144 */ 1145 function _wp_post_thumbnail_html( $thumbnail_id = NULL) {1145 function _wp_post_thumbnail_html( $thumbnail_id = null ) { 1146 1146 global $content_width, $_wp_additional_image_sizes, $post_ID; 1147 1147 $set_thumbnail_link = '<p class="hide-if-no-js"><a title="' . esc_attr__( 'Set featured image' ) . '" href="' . esc_url( get_upload_iframe_src('image') ) . '" id="set-post-thumbnail" class="thickbox">%s</a></p>';
Note: See TracChangeset
for help on using the changeset viewer.