mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Docs: Various docblock corrections particularly relating to boolean types.
See #51800 git-svn-id: https://develop.svn.wordpress.org/trunk@49926 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -6103,9 +6103,8 @@ function wp_get_attachment_metadata( $attachment_id = 0, $unfiltered = false ) {
|
||||
*
|
||||
* @since 2.1.0
|
||||
*
|
||||
* @param array|bool $data Array of meta data for the given attachment, or false
|
||||
* if the object does not exist.
|
||||
* @param int $attachment_id Attachment post ID.
|
||||
* @param array $data Array of meta data for the given attachment.
|
||||
* @param int $attachment_id Attachment post ID.
|
||||
*/
|
||||
return apply_filters( 'wp_get_attachment_metadata', $data, $attachment_id );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user