Make WordPress Core

Changeset 32949


Ignore:
Timestamp:
06/25/2015 09:01:56 PM (10 years ago)
Author:
wonderboymusic
Message:

After [32866], fix doc blocks.

Props DrewAPicture.
See #32363.

File:
1 edited

Legend:

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

    r32914 r32949  
    712712    }
    713713    /**
    714      * Filter the image src result
     714     * Filter the image src result.
    715715     *
    716716     * @since 4.3.0
    717717     *
    718      * @param array|false   $image          Either array with src, width & height, icon src, or false.
    719      * @param int           $attachment_id  Image attachment ID.
    720      * @param string|array  $size           Optional. Registered image size to retrieve the source for or a flat
    721      *                                      array of height and width dimensions. Default 'thumbnail'.
    722      * @param bool          $icon           Optional. Whether the image should be treated as an icon. Default false.
     718     * @param array|false  $image         Either array with src, width & height, icon src, or false.
     719     * @param int          $attachment_id Image attachment ID.
     720     * @param string|array $size          Registered image size to retrieve the source for or a flat
     721     *                                    array of height and width dimensions. Default 'thumbnail'.
     722     * @param bool         $icon          Whether the image should be treated as an icon. Default false.
    723723     */
    724724    return apply_filters( 'attachment_image_src', $image, $attachment_id, $size, $icon );
Note: See TracChangeset for help on using the changeset viewer.