Make WordPress Core


Ignore:
Timestamp:
08/04/2022 02:50:27 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Various corrections and improvements to inline documentation.

See #55646

File:
1 edited

Legend:

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

    r53751 r53827  
    45364536     * @link https://core.trac.wordpress.org/ticket/31071
    45374537     *
    4538      * @param array|null $months An array of objects with `month` and `year`
    4539      *                           properties, or `null` (or any other non-array value)
    4540      *                           for default behavior.
     4538     * @param stdClass[]|null $months An array of objects with `month` and `year`
     4539     *                                properties, or `null` for default behavior.
    45414540     */
    45424541    $months = apply_filters( 'media_library_months_with_files', null );
Note: See TracChangeset for help on using the changeset viewer.