Changeset 59406
- Timestamp:
- 11/15/2024 09:09:32 PM (2 weeks ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 4 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 * } -
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 * } -
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 * } -
trunk/src/wp-includes/media.php
r59346 r59406 289 289 * If an array, the image will be cropped using the array to specify the crop location: 290 290 * 291 * @type string $0 The x crop position. Accepts 'left' 'center', or 'right'.291 * @type string $0 The x crop position. Accepts 'left', 'center', or 'right'. 292 292 * @type string $1 The y crop position. Accepts 'top', 'center', or 'bottom'. 293 293 * } … … 351 351 * If an array, the image will be cropped using the array to specify the crop location: 352 352 * 353 * @type string $0 The x crop position. Accepts 'left' 'center', or 'right'.353 * @type string $0 The x crop position. Accepts 'left', 'center', or 'right'. 354 354 * @type string $1 The y crop position. Accepts 'top', 'center', or 'bottom'. 355 355 * } … … 531 531 * If an array, the image will be cropped using the array to specify the crop location: 532 532 * 533 * @type string $0 The x crop position. Accepts 'left' 'center', or 'right'.533 * @type string $0 The x crop position. Accepts 'left', 'center', or 'right'. 534 534 * @type string $1 The y crop position. Accepts 'top', 'center', or 'bottom'. 535 535 * } … … 685 685 * If an array, the image will be cropped using the array to specify the crop location: 686 686 * 687 * @type string $0 The x crop position. Accepts 'left' 'center', or 'right'.687 * @type string $0 The x crop position. Accepts 'left', 'center', or 'right'. 688 688 * @type string $1 The y crop position. Accepts 'top', 'center', or 'bottom'. 689 689 * }
Note: See TracChangeset
for help on using the changeset viewer.