mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Docs: Correct and improve various inline documentation.
See #42505 git-svn-id: https://develop.svn.wordpress.org/trunk@43582 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1519,9 +1519,9 @@ function _wp_post_thumbnail_html( $thumbnail_id = null, $post = null ) {
|
||||
* @since 3.5.0 Added the `$post_id` parameter.
|
||||
* @since 4.6.0 Added the `$thumbnail_id` parameter.
|
||||
*
|
||||
* @param string $content Admin post thumbnail HTML markup.
|
||||
* @param int $post_id Post ID.
|
||||
* @param int $thumbnail_id Thumbnail ID.
|
||||
* @param string $content Admin post thumbnail HTML markup.
|
||||
* @param int $post_id Post ID.
|
||||
* @param int|null $thumbnail_id Thumbnail attachment ID, or null if there isn't one.
|
||||
*/
|
||||
return apply_filters( 'admin_post_thumbnail_html', $content, $post->ID, $thumbnail_id );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user