Changeset 48586 for trunk/src/wp-includes/class-wp-image-editor-gd.php
- Timestamp:
- 07/23/2020 07:59:16 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-gd.php
r48576 r48586 172 172 173 173 /** 174 * @param int $max_w175 * @param int $max_h174 * @param int $max_w 175 * @param int $max_h 176 176 * @param bool|array $crop 177 177 * @return resource|WP_Error … … 416 416 417 417 /** 418 * @param resource $image418 * @param resource $image 419 419 * @param string|null $filename 420 420 * @param string|null $mime_type … … 500 500 * 501 501 * @param string|stream $filename 502 * @param callable $function503 * @param array $arguments502 * @param callable $function 503 * @param array $arguments 504 504 * @return bool 505 505 */
Note: See TracChangeset
for help on using the changeset viewer.