Changeset 23750 for trunk/wp-includes/class-wp-image-editor-gd.php
- Timestamp:
- 03/19/2013 03:30:04 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-wp-image-editor-gd.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-image-editor-gd.php
r23133 r23750 280 280 * @access public 281 281 * 282 * @param boolean $horz Horizontal Flip283 * @param boolean $vert Vertical Flip282 * @param boolean $horz Flip along Horizontal Axis 283 * @param boolean $vert Flip along Vertical Axis 284 284 * @returns boolean|WP_Error 285 285 */
Note: See TracChangeset
for help on using the changeset viewer.