Changeset 48110 for trunk/src/wp-includes/class-wp-image-editor.php
- Timestamp:
- 06/20/2020 12:57:00 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-image-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor.php
r48100 r48110 91 91 * @abstract 92 92 * 93 * @param int|null $max_w Image width.94 * @param int|null $max_h Image height.95 * @param bool $crop93 * @param int|null $max_w Image width. 94 * @param int|null $max_h Image height. 95 * @param bool $crop 96 96 * @return bool|WP_Error 97 97 */
Note: See TracChangeset
for help on using the changeset viewer.