Make WordPress Core


Ignore:
Timestamp:
01/03/2021 10:02:13 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Promote many bool types to true or false where only that value is used.

See #51800

File:
1 edited

Legend:

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

    r49108 r49927  
    1212 * @since 2.9.0
    1313 *
    14  * @param int         $post_id Attachment post ID.
    15  * @param bool|object $msg     Optional. Message to display for image editor updates or errors.
    16  *                             Default false.
     14 * @param int          $post_id Attachment post ID.
     15 * @param false|object $msg     Optional. Message to display for image editor updates or errors.
     16 *                              Default false.
    1717 */
    1818function wp_image_editor( $post_id, $msg = false ) {
Note: See TracChangeset for help on using the changeset viewer.