Changeset 32546 for trunk/src/wp-includes/class-wp-image-editor.php
- Timestamp:
- 05/22/2015 06:17:16 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor.php
r31127 r32546 227 227 * 228 228 * @param int $quality Compression Quality. Range: [1,100] 229 * @return boolean|WP_Error True if set successfully; WP_Error on failure.229 * @return true|WP_Error True if set successfully; WP_Error on failure. 230 230 */ 231 231 public function set_quality( $quality = null ) { … … 446 446 * 447 447 * @param string $extension 448 * @return string| boolean448 * @return string|false 449 449 */ 450 450 protected static function get_mime_type( $extension = null ) { … … 472 472 * 473 473 * @param string $mime_type 474 * @return string| boolean474 * @return string|false 475 475 */ 476 476 protected static function get_extension( $mime_type = null ) {
Note: See TracChangeset
for help on using the changeset viewer.