Changeset 59406 for trunk/src/wp-includes/class-wp-image-editor.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.php
r58849 r59406 112 112 * If an array, the image will be cropped using the array to specify the crop location: 113 113 * 114 * @type string $0 The x crop position. Accepts 'left' 'center', or 'right'.114 * @type string $0 The x crop position. Accepts 'left', 'center', or 'right'. 115 115 * @type string $1 The y crop position. Accepts 'top', 'center', or 'bottom'. 116 116 * }
Note: See TracChangeset
for help on using the changeset viewer.