Changeset 59406 for trunk/src/wp-includes/class-wp-image-editor-imagick.php
- Timestamp:
- 11/15/2024 09:09:32 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-imagick.php
r59315 r59406 347 347 * If an array, the image will be cropped using the array to specify the crop location: 348 348 * 349 * @type string $0 The x crop position. Accepts 'left' 'center', or 'right'.349 * @type string $0 The x crop position. Accepts 'left', 'center', or 'right'. 350 350 * @type string $1 The y crop position. Accepts 'top', 'center', or 'bottom'. 351 351 * }
Note: See TracChangeset
for help on using the changeset viewer.