Changeset 47461 for trunk/src/wp-admin/includes/image.php
- Timestamp:
- 03/16/2020 06:38:03 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image.php
r47287 r47461 534 534 * @param array $image_attachment An array of parameters to create the thumbnail. 535 535 * @param array $metadata Current attachment metadata. 536 * @param array $uploaded An array containing the thumbnail path and url. 536 * @param array $uploaded { 537 * Information about the newly-uploaded file. 538 * 539 * @type string $file Filename of the newly-uploaded file. 540 * @type string $url URL of the uploaded file. 541 * @type string $type File type. 542 * } 537 543 */ 538 544 $image_attachment = apply_filters( 'attachment_thumbnail_args', $image_attachment, $metadata, $uploaded );
Note: See TracChangeset
for help on using the changeset viewer.