Changeset 38303 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 08/22/2016 04:36:42 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r38272 r38303 1368 1368 * @since 2.9.0 1369 1369 * 1370 * @global array $_wp_additional_image_sizes1371 *1372 1370 * @param int $thumbnail_id ID of the attachment used for thumbnail 1373 1371 * @param mixed $post The post ID or object associated with the thumbnail, defaults to global $post. … … 1375 1373 */ 1376 1374 function _wp_post_thumbnail_html( $thumbnail_id = null, $post = null ) { 1377 global $_wp_additional_image_sizes;1375 $_wp_additional_image_sizes = wp_get_additional_image_sizes(); 1378 1376 1379 1377 $post = get_post( $post );
Note: See TracChangeset
for help on using the changeset viewer.