Changeset 46594 for trunk/src/wp-includes/class-wp-image-editor-gd.php
- Timestamp:
- 10/26/2019 08:42:00 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-gd.php
r45892 r46594 246 246 * @since 5.3.0 247 247 * 248 * @param array $size_data Array of width, height, and whether to crop. 248 * @param array $size_data { 249 * Array of size data. 250 * 251 * @type int $width The maximum width in pixels. 252 * @type int $height The maximum height in pixels. 253 * @type bool $crop Whether to crop the image to exact dimensions. 254 * } 249 255 * @return WP_Error|array WP_Error on error, or the image data array for inclusion in the `sizes` array in the image meta. 250 256 */
Note: See TracChangeset
for help on using the changeset viewer.