Changeset 56204 for trunk/src/wp-includes/class-wp-image-editor.php
- Timestamp:
- 07/11/2023 06:29:11 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor.php
r56178 r56204 105 105 * @abstract 106 106 * 107 * @param int|null $max_w Image width.108 * @param int|null $max_h Image height.109 * @param bool 107 * @param int|null $max_w Image width. 108 * @param int|null $max_h Image height. 109 * @param bool|array $crop 110 110 * @return true|WP_Error 111 111 */ … … 122 122 * 123 123 * @type array ...$0 { 124 * @type int $width Image width.125 * @type int $height Image height.126 * @type bool $crop Optional. Whether to crop the image. Default false.124 * @type int $width Image width. 125 * @type int $height Image height. 126 * @type bool|array $crop Optional. Whether to crop the image. Default false. 127 127 * } 128 128 * }
Note: See TracChangeset
for help on using the changeset viewer.