Make WordPress Core

Changeset 27997


Ignore:
Timestamp:
04/07/2014 08:10:01 PM (10 years ago)
Author:
DrewAPicture
Message:

Align parameters in the hook docs for the attachment_thumbnail_args filter.

See #27700.

File:
1 edited

Legend:

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

    r27863 r27997  
    174174                 *
    175175                 * @param array $image_attachment An array of parameters to create the thumbnail.
    176                  * @param array $metadata   Current attachment metadata.
    177                  * @param array $uploaded   An array containing the thumbnail path and url.
     176                 * @param array $metadata         Current attachment metadata.
     177                 * @param array $uploaded         An array containing the thumbnail path and url.
    178178                 */
    179179                $image_attachment = apply_filters( 'attachment_thumbnail_args', $image_attachment, $metadata, $uploaded );
Note: See TracChangeset for help on using the changeset viewer.