Make WordPress Core


Ignore:
Timestamp:
03/19/2013 03:30:04 AM (13 years ago)
Author:
ryan
Message:

Clarify phpdoc for the vertical and horizontal arguments to the flip() method in WP_Image_Editor*.

Props dh-shredder
fixes #23775

File:
1 edited

Legend:

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

    r23133 r23750  
    280280     * @access public
    281281     *
    282      * @param boolean $horz Horizontal Flip
    283      * @param boolean $vert Vertical Flip
     282     * @param boolean $horz Flip along Horizontal Axis
     283     * @param boolean $vert Flip along Vertical Axis
    284284     * @returns boolean|WP_Error
    285285     */
Note: See TracChangeset for help on using the changeset viewer.