diff --git a/wp-admin/includes/image-edit.php b/wp-admin/includes/image-edit.php
index 87108d2c17..68e49dd859 100644
|
a
|
b
|
function _flip_image_resource( $img, $horz, $vert ) { |
| 469 | 469 | * @ignore |
| 470 | 470 | * @param resource $img Image resource. |
| 471 | 471 | * @param float $x Source point x-coordinate. |
| 472 | | * @param float $y Source point y-cooredinate. |
| | 472 | * @param float $y Source point y-coordinate. |
| 473 | 473 | * @param float $w Source width. |
| 474 | 474 | * @param float $h Source height. |
| 475 | 475 | * @return resource (maybe) cropped image resource. |