Make WordPress Core


Ignore:
Timestamp:
01/03/2021 09:55:04 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections particularly relating to boolean types.

See #51800

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/post.php

    r49905 r49926  
    61046104     * @since 2.1.0
    61056105     *
    6106      * @param array|bool $data          Array of meta data for the given attachment, or false
    6107      *                                  if the object does not exist.
    6108      * @param int        $attachment_id Attachment post ID.
     6106     * @param array $data          Array of meta data for the given attachment.
     6107     * @param int   $attachment_id Attachment post ID.
    61096108     */
    61106109    return apply_filters( 'wp_get_attachment_metadata', $data, $attachment_id );
Note: See TracChangeset for help on using the changeset viewer.