Make WordPress Core


Ignore:
Timestamp:
07/07/2023 12:34:26 AM (20 months ago)
Author:
johnbillion
Message:

Docs: Correct the formatting of various filter documentation.

See #57840

File:
1 edited

Legend:

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

    r55936 r56157  
    5050     * @since 6.3.0
    5151     *
    52      * @param bool Whether to show the settings in the Image Editor. Default false.
     52     * @param bool $show Whether to show the settings in the Image Editor. Default false.
    5353     */
    5454    $edit_thumbnails_separately = (bool) apply_filters( 'image_edit_thumbnails_separately', false );
Note: See TracChangeset for help on using the changeset viewer.