Docs: Fix typo in `_wp_make_subsizes()` DocBlock.
Props itowhid06. Fixes #47913. See #40439. Built from https://develop.svn.wordpress.org/trunk@45871 git-svn-id: http://core.svn.wordpress.org/trunk@45682 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f8fb93cd0d
commit
3d12c4b6d8
|
@ -205,7 +205,7 @@ function wp_create_image_subsizes( $file, $image_meta, $attachment_id ) {
|
||||||
* @since 5.3.0
|
* @since 5.3.0
|
||||||
* @access private
|
* @access private
|
||||||
*
|
*
|
||||||
* $padam array $new_sizes Array defining what sizes to create.
|
* @param array $new_sizes Array defining what sizes to create.
|
||||||
* @param string $file Full path to the image file.
|
* @param string $file Full path to the image file.
|
||||||
* @param array $image_meta The attachment meta data array.
|
* @param array $image_meta The attachment meta data array.
|
||||||
* @param int $attachment_id Attachment Id to process.
|
* @param int $attachment_id Attachment Id to process.
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.3-alpha-45869';
|
$wp_version = '5.3-alpha-45871';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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