mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Improve documentation for WP_Image_Editor::save() and related functions.
Includes: * Documenting the returned array using hash notation. * Adding a `@since` note for the `$filesize` value being included in the returned array. This affects: * `wp_generate_attachment_metadata()` * `wp_get_attachment_metadata()` * `WP_Image_Editor::save()` * `WP_Image_Editor_GD::save()` and `::_save()` * `WP_Image_Editor_Imagick::save()` and `::_save()` Follow-up to [22094], [22619], [52837], [53546]. See #55646. git-svn-id: https://develop.svn.wordpress.org/trunk@53547 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -6508,6 +6508,7 @@ function wp_delete_attachment_files( $post_id, $meta, $backup_sizes, $file ) {
|
||||
* Retrieves attachment metadata for attachment ID.
|
||||
*
|
||||
* @since 2.1.0
|
||||
* @since 6.0.0 The `$filesize` value was added to the returned array.
|
||||
*
|
||||
* @param int $attachment_id Attachment post ID. Defaults to global $post.
|
||||
* @param bool $unfiltered Optional. If true, filters are not run. Default false.
|
||||
|
||||
Reference in New Issue
Block a user