Make WordPress Core


Ignore:
Timestamp:
04/28/2022 09:57:51 AM (2 years ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections and improvements for changes introduced in 6.0.

See #54729

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/image-edit.php

    r53161 r53302  
    5050     * @since 6.0.0
    5151     *
    52      * @param bool|array $edit_custom_sizes True if custom sizes can be edited or array of custom sizes.
     52     * @param bool|string[] $edit_custom_sizes True if custom sizes can be edited or array of custom size names.
    5353     */
    5454    $edit_custom_sizes = apply_filters( 'edit_custom_thumbnail_sizes', $edit_custom_sizes );
Note: See TracChangeset for help on using the changeset viewer.