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.php

    r23744 r23750  
    145145     * @abstract
    146146     *
    147      * @param boolean $horz Horizontal Flip
    148      * @param boolean $vert Vertical Flip
     147     * @param boolean $horz Flip along Horizontal Axis
     148     * @param boolean $vert Flip along Vertical Axis
    149149     * @return boolean|WP_Error
    150150     */
Note: See TracChangeset for help on using the changeset viewer.