Changeset 41288 for trunk/src/wp-includes/class-wp-image-editor-gd.php
- Timestamp:
- 08/22/2017 11:11:23 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-gd.php
r41162 r41288 430 430 * @since 3.5.0 431 431 * 432 * @param string $mime_type 433 * @return bool 432 * @param string $mime_type The mime type of the image. 433 * @return bool True on success, false on failure. 434 434 */ 435 435 public function stream( $mime_type = null ) {
Note: See TracChangeset
for help on using the changeset viewer.