mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-02 11:21:57 +01:00
Docs: Correct description for the $image
parameter of the wp_save_image_file
filter.
Follow-up to [27357], [48798], [51302]. See #53399. Built from https://develop.svn.wordpress.org/trunk@51303 git-svn-id: http://core.svn.wordpress.org/trunk@50912 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ec4eb88e0f
commit
7ec8606aeb
@ -375,7 +375,7 @@ function wp_save_image_file( $filename, $image, $mime_type, $post_id ) {
|
|||||||
*
|
*
|
||||||
* @param bool|null $override Value to return instead of saving. Default null.
|
* @param bool|null $override Value to return instead of saving. Default null.
|
||||||
* @param string $filename Name of the file to be saved.
|
* @param string $filename Name of the file to be saved.
|
||||||
* @param resource|GdImage $image The image editor instance.
|
* @param resource|GdImage $image Image resource or GdImage instance.
|
||||||
* @param string $mime_type The mime type of the image.
|
* @param string $mime_type The mime type of the image.
|
||||||
* @param int $post_id Attachment post ID.
|
* @param int $post_id Attachment post ID.
|
||||||
*/
|
*/
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.9-alpha-51302';
|
$wp_version = '5.9-alpha-51303';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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