Changeset 35035 for trunk/src/wp-includes/media.php
- Timestamp:
- 10/12/2015 03:19:13 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r35034 r35035 169 169 * @param bool $downsize Whether to short-circuit the image downsize. Default false. 170 170 * @param int $id Attachment ID for image. 171 * @param array|string $size Size of image, either array or string. Default 'medium'. 171 * @param array|string $size Size of image. Image size or array of width and height values (in that order). 172 * Default 'medium'. 172 173 */ 173 174 if ( $out = apply_filters( 'image_downsize', false, $id, $size ) ) {
Note: See TracChangeset
for help on using the changeset viewer.