Changeset 53827 for trunk/src/wp-includes/media.php
- Timestamp:
- 08/04/2022 02:50:27 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r53751 r53827 4536 4536 * @link https://core.trac.wordpress.org/ticket/31071 4537 4537 * 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. 4541 4540 */ 4542 4541 $months = apply_filters( 'media_library_months_with_files', null );
Note: See TracChangeset
for help on using the changeset viewer.