Make WordPress Core


Ignore:
Timestamp:
11/24/2020 09:20:36 PM (6 years ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections relating to parameter types.

See #51800

File:
1 edited

Legend:

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

    r49673 r49692  
    27442744         * @since 3.7.0
    27452745         *
    2746          * @param object $counts    An object containing the attachment counts by
    2747          *                          mime type.
    2748          * @param string $mime_type The mime type pattern used to filter the attachments
    2749          *                          counted.
     2746         * @param object          $counts    An object containing the attachment counts by
     2747         *                                   mime type.
     2748         * @param string|string[] $mime_type Array or comma-separated list of MIME patterns.
    27502749         */
    27512750        return apply_filters( 'wp_count_attachments', (object) $counts, $mime_type );
Note: See TracChangeset for help on using the changeset viewer.