Make WordPress Core


Ignore:
Timestamp:
03/16/2020 06:38:03 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections and improvements.

See #49572

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/image.php

    r47287 r47461  
    534534                 * @param array $image_attachment An array of parameters to create the thumbnail.
    535535                 * @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                 * }
    537543                 */
    538544                $image_attachment = apply_filters( 'attachment_thumbnail_args', $image_attachment, $metadata, $uploaded );
Note: See TracChangeset for help on using the changeset viewer.