Changeset 37196
- Timestamp:
- 04/13/2016 04:17:10 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r36926 r37196 1430 1430 * 1431 1431 * @since 2.9.0 1432 * 1433 * @param string $content Admin post thumbnail HTML markup. 1434 * @param int $post_id Post ID. 1432 * @since 3.5.0 Added $post->ID 1433 * @since 4.6.0 Added $thumbnail_id 1434 * 1435 * @param string $content Admin post thumbnail HTML markup. 1436 * @param int $post_id Post ID. 1437 * @param int $thumbnail_id Thumbnail ID. 1435 1438 */ 1436 return apply_filters( 'admin_post_thumbnail_html', $content, $post->ID );1439 return apply_filters( 'admin_post_thumbnail_html', $content, $post->ID, $thumbnail_id ); 1437 1440 } 1438 1441
Note: See TracChangeset
for help on using the changeset viewer.