mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 05:04:31 +00:00
Docs: Fix minor formatting and syntax for wp-admin/* elements introduced in 4.6.
See #37318. git-svn-id: https://develop.svn.wordpress.org/trunk@38024 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1436,8 +1436,8 @@ function _wp_post_thumbnail_html( $thumbnail_id = null, $post = null ) {
|
||||
* Filters the admin post thumbnail HTML markup to return.
|
||||
*
|
||||
* @since 2.9.0
|
||||
* @since 3.5.0 Added $post->ID
|
||||
* @since 4.6.0 Added $thumbnail_id
|
||||
* @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.
|
||||
|
||||
Reference in New Issue
Block a user