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:
Sergey Biryukov 2019-12-31 12:34:01 +00:00
parent a2f5c24d36
commit 6357cae029
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.