Docs: Fix typo in `_crop_image_resource()` DocBlock.
Props mukesh27. Fixes #49103. Built from https://develop.svn.wordpress.org/trunk@47024 git-svn-id: http://core.svn.wordpress.org/trunk@46824 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a2f5c24d36
commit
6357cae029
|
@ -469,7 +469,7 @@ function _flip_image_resource( $img, $horz, $vert ) {
|
|||
* @ignore
|
||||
* @param resource $img Image resource.
|
||||
* @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 $h Source height.
|
||||
* @return resource (maybe) cropped image resource.
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.4-alpha-47023';
|
||||
$wp_version = '5.4-alpha-47024';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue