Changeset 59406 for trunk/src/wp-includes/class-wp-image-editor-gd.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-gd.php
r59145 r59406 183 183 * If an array, the image will be cropped using the array to specify the crop location: 184 184 * 185 * @type string $0 The x crop position. Accepts 'left' 'center', or 'right'.185 * @type string $0 The x crop position. Accepts 'left', 'center', or 'right'. 186 186 * @type string $1 The y crop position. Accepts 'top', 'center', or 'bottom'. 187 187 * } … … 215 215 * If an array, the image will be cropped using the array to specify the crop location: 216 216 * 217 * @type string $0 The x crop position. Accepts 'left' 'center', or 'right'.217 * @type string $0 The x crop position. Accepts 'left', 'center', or 'right'. 218 218 * @type string $1 The y crop position. Accepts 'top', 'center', or 'bottom'. 219 219 * }
Note: See TracChangeset
for help on using the changeset viewer.