Changeset 46594 for trunk/src/wp-includes/class-wp-image-editor-imagick.php
- Timestamp:
- 10/26/2019 08:42:00 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-imagick.php
r46238 r46594 454 454 * @since 5.3.0 455 455 * 456 * @param array $size_data Array of width, height, and whether to crop. 456 * @param array $size_data { 457 * Array of size data. 458 * 459 * @type int $width The maximum width in pixels. 460 * @type int $height The maximum height in pixels. 461 * @type bool $crop Whether to crop the image to exact dimensions. 462 * } 457 463 * @return WP_Error|array WP_Error on error, or the image data array for inclusion in the `sizes` array in the image meta. 458 464 */
Note: See TracChangeset
for help on using the changeset viewer.