mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Docs: Correct description for the $image parameter of the wp_save_image_file filter.
Follow-up to [27357], [48798], [51302]. See #53399. git-svn-id: https://develop.svn.wordpress.org/trunk@51303 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
077504e755
commit
d7da5878ad
@ -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 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 int $post_id Attachment post ID.
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user