Docs: Fix typo in _crop_image_resource()
DocBlock.
Props mukesh27. Fixes #49103. git-svn-id: https://develop.svn.wordpress.org/trunk@47024 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ae53e417d5
commit
c9a366e857
@ -469,7 +469,7 @@ function _flip_image_resource( $img, $horz, $vert ) {
|
|||||||
* @ignore
|
* @ignore
|
||||||
* @param resource $img Image resource.
|
* @param resource $img Image resource.
|
||||||
* @param float $x Source point x-coordinate.
|
* @param float $x Source point x-coordinate.
|
||||||
* @param float $y Source point y-cooredinate.
|
* @param float $y Source point y-coordinate.
|
||||||
* @param float $w Source width.
|
* @param float $w Source width.
|
||||||
* @param float $h Source height.
|
* @param float $h Source height.
|
||||||
* @return resource (maybe) cropped image resource.
|
* @return resource (maybe) cropped image resource.
|
||||||
|
Loading…
Reference in New Issue
Block a user