Changeset 33052 for trunk/src/wp-includes/class-wp-image-editor-gd.php
- Timestamp:
- 07/02/2015 09:04:57 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-image-editor-gd.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-gd.php
r32964 r33052 347 347 * @param bool $horz Flip along Horizontal Axis 348 348 * @param bool $vert Flip along Vertical Axis 349 * @return strue|WP_Error349 * @return true|WP_Error 350 350 */ 351 351 public function flip( $horz, $vert ) {
Note: See TracChangeset
for help on using the changeset viewer.