Make WordPress Core


Ignore:
Timestamp:
01/10/2019 10:09:26 PM (6 years ago)
Author:
desrosj
Message:

Docs: Add missing periods to param annotations for flip() in WP_Image_Editor_GD.

Props hitendra-chopda.
Fixes #45208.

File:
1 edited

Legend:

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

    r42746 r44550  
    335335     * @since 3.5.0
    336336     *
    337      * @param bool $horz Flip along Horizontal Axis
    338      * @param bool $vert Flip along Vertical Axis
     337     * @param bool $horz Flip along Horizontal Axis.
     338     * @param bool $vert Flip along Vertical Axis.
    339339     * @return true|WP_Error
    340340     */
Note: See TracChangeset for help on using the changeset viewer.