Changeset 56418 for trunk/src/wp-includes/media.php
- Timestamp:
- 08/19/2023 12:08:32 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r56416 r56418 347 347 * @param int $height Image height in pixels. 348 348 * @param bool|array $crop { 349 * Optional. Image cropping behavior. If false, the image will be scaled (default) ,349 * Optional. Image cropping behavior. If false, the image will be scaled (default). 350 350 * If true, image will be cropped to the specified dimensions using center positions. 351 351 * If an array, the image will be cropped using the array to specify the crop location: … … 681 681 * @param int $height Image height. 682 682 * @param bool|array $crop { 683 * Optional. Image cropping behavior. If false, the image will be scaled (default) ,683 * Optional. Image cropping behavior. If false, the image will be scaled (default). 684 684 * If true, image will be cropped to the specified dimensions using center positions. 685 685 * If an array, the image will be cropped using the array to specify the crop location:
Note: See TracChangeset
for help on using the changeset viewer.