Docs: Add missing periods to param annotations for flip() in WP_Image_Editor_GD.

Props hitendra-chopda.
Fixes #45208.
Built from https://develop.svn.wordpress.org/trunk@44550


git-svn-id: http://core.svn.wordpress.org/trunk@44381 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2019-01-10 22:10:50 +00:00
parent 64bbbda39e
commit d11928bc65
2 changed files with 3 additions and 3 deletions

View File

@ -334,8 +334,8 @@ class WP_Image_Editor_GD extends WP_Image_Editor {
*
* @since 3.5.0
*
* @param bool $horz Flip along Horizontal Axis
* @param bool $vert Flip along Vertical Axis
* @param bool $horz Flip along Horizontal Axis.
* @param bool $vert Flip along Vertical Axis.
* @return true|WP_Error
*/
public function flip( $horz, $vert ) {

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.1-alpha-44549';
$wp_version = '5.1-alpha-44550';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.