Changeset 43582 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 08/27/2018 02:27:22 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r43571 r43582 1520 1520 * @since 4.6.0 Added the `$thumbnail_id` parameter. 1521 1521 * 1522 * @param string $content Admin post thumbnail HTML markup.1523 * @param int $post_id Post ID.1524 * @param int $thumbnail_id Thumbnail ID.1522 * @param string $content Admin post thumbnail HTML markup. 1523 * @param int $post_id Post ID. 1524 * @param int|null $thumbnail_id Thumbnail attachment ID, or null if there isn't one. 1525 1525 */ 1526 1526 return apply_filters( 'admin_post_thumbnail_html', $content, $post->ID, $thumbnail_id );
Note: See TracChangeset
for help on using the changeset viewer.