Changeset 22511
- Timestamp:
- 11/09/2012 08:10:33 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-wp-image-editor.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-image-editor.php
r22510 r22511 31 31 * @param string $path Path to File to Load 32 32 * @param array $required_methods Methods to require in implementation 33 * @return WP_Image_Editor|WP_Error |boolean33 * @return WP_Image_Editor|WP_Error 34 34 */ 35 35 public final static function get_instance( $path = null, $required_methods = null ) { … … 55 55 * @access private 56 56 * 57 * @param $required_methods Array String array of all methods required for implementation returned. 58 * 57 * @param array $required_methods String array of all methods required for implementation returned. 59 58 * @return string|bool Class name for the first editor that claims to support the request. False if no editor claims to support the request. 60 59 */ … … 104 103 * @abstract 105 104 * 106 * @param $args array105 * @param array $args 107 106 * @return boolean 108 107 */ … … 182 181 * 183 182 * @param string $filename 184 * @param type$mime_type183 * @param string $mime_type 185 184 * @return array { filename|null, extension, mime-type } 186 185 */
Note: See TracChangeset
for help on using the changeset viewer.