Changeset 35062
- Timestamp:
- 10/12/2015 04:26:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-imagick.php
r34841 r35062 278 278 * 279 279 * @type array $size { 280 * @type int ['width'] Optional. Image width. 281 * @type int ['height'] Optional. Image height. 282 * @type bool $crop Optional. Whether to crop the image. Default false. 280 * Optional. Array of height, width values, and whether to crop. 281 * 282 * @type int $width Image width. 283 * @type int $height Image height. 284 * @type bool $crop Whether to crop the image. Default false. 283 285 * } 284 286 * }
Note: See TracChangeset
for help on using the changeset viewer.