Changeset 35063 for trunk/src/wp-includes/class-wp-image-editor-gd.php
- Timestamp:
- 10/12/2015 04:33:30 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-gd.php
r35061 r35063 220 220 * 221 221 * @type array $size { 222 * Optional.Array of height, width values, and whether to crop.223 * 224 * @type int $width Image width. 225 * @type int $height Image height. 226 * @type bool $crop Whether to crop the image. Default false.222 * Array of height, width values, and whether to crop. 223 * 224 * @type int $width Image width. Optional if `$height` is specified. 225 * @type int $height Image height. Optional if `$width` is specified. 226 * @type bool $crop Optional. Whether to crop the image. Default false. 227 227 * } 228 228 * }
Note: See TracChangeset
for help on using the changeset viewer.