Make WordPress Core

Changeset 49233


Ignore:
Timestamp:
10/20/2020 02:52:15 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Use 3-digit, x.x.x style semantic versioning for @since 5.6.0 entries in WP_Image_Editor_Imagick.

See #50768.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-image-editor-imagick.php

    r49230 r49233  
    723723     * Writes an image to a file or stream.
    724724     *
    725      * @since 5.6
     725     * @since 5.6.0
    726726     *
    727727     * @param Imagick $image
    728728     * @param string  $filename The destination filename or stream URL.
    729      *
    730729     * @return true|WP_Error
    731730     */
     
    856855     * when `use-cropbox` is set.
    857856     *
    858      * @since 5.6
     857     * @since 5.6.0
    859858     *
    860859     * @return true|WP_error
Note: See TracChangeset for help on using the changeset viewer.