Changeset 38136
- Timestamp:
- 07/22/2016 11:39:28 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r38118 r38136 1376 1376 * @since 2.9.0 1377 1377 * 1378 * @global int $content_width1379 1378 * @global array $_wp_additional_image_sizes 1380 1379 * … … 1384 1383 */ 1385 1384 function _wp_post_thumbnail_html( $thumbnail_id = null, $post = null ) { 1386 global $ content_width, $_wp_additional_image_sizes;1385 global $_wp_additional_image_sizes; 1387 1386 1388 1387 $post = get_post( $post );
Note: See TracChangeset
for help on using the changeset viewer.