Make WordPress Core

Changeset 51303 for trunk


Ignore:
Timestamp:
07/02/2021 07:10:29 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct description for the $image parameter of the wp_save_image_file filter.

Follow-up to [27357], [48798], [51302].

See #53399.

File:
1 edited

Legend:

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

    r51302 r51303  
    376376         * @param bool|null        $override  Value to return instead of saving. Default null.
    377377         * @param string           $filename  Name of the file to be saved.
    378          * @param resource|GdImage $image     The image editor instance.
     378         * @param resource|GdImage $image     Image resource or GdImage instance.
    379379         * @param string           $mime_type The mime type of the image.
    380380         * @param int              $post_id   Attachment post ID.
Note: See TracChangeset for help on using the changeset viewer.