mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 06:57:35 +01:00
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:
parent
64bbbda39e
commit
d11928bc65
@ -334,8 +334,8 @@ class WP_Image_Editor_GD extends WP_Image_Editor {
|
|||||||
*
|
*
|
||||||
* @since 3.5.0
|
* @since 3.5.0
|
||||||
*
|
*
|
||||||
* @param bool $horz Flip along Horizontal Axis
|
* @param bool $horz Flip along Horizontal Axis.
|
||||||
* @param bool $vert Flip along Vertical Axis
|
* @param bool $vert Flip along Vertical Axis.
|
||||||
* @return true|WP_Error
|
* @return true|WP_Error
|
||||||
*/
|
*/
|
||||||
public function flip( $horz, $vert ) {
|
public function flip( $horz, $vert ) {
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user