mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Various corrections to inline docblocks.
See #49572 git-svn-id: https://develop.svn.wordpress.org/trunk@48573 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2221,12 +2221,11 @@ function get_post_states( $post ) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Function to echo the attachment media states as HTML.
|
||||
* Outputs the attachment media states as HTML.
|
||||
*
|
||||
* @since 3.2.0
|
||||
*
|
||||
* @param WP_Post $post The attachment post to retrieve states for.
|
||||
* @return string Media states string.
|
||||
*/
|
||||
function _media_states( $post ) {
|
||||
static $header_images;
|
||||
|
||||
Reference in New Issue
Block a user