Changeset 59406 for trunk/src/wp-includes/media.php
- Timestamp:
- 11/15/2024 09:09:32 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.