Make WordPress Core


Ignore:
Timestamp:
11/09/2012 08:10:33 PM (14 years ago)
Author:
duck_
Message:

Minor WP_Image_Editor documentation fixes. See #6821.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-wp-image-editor.php

    r22510 r22511  
    3131         * @param string $path Path to File to Load
    3232         * @param array $required_methods Methods to require in implementation
    33          * @return WP_Image_Editor|WP_Error|boolean
     33         * @return WP_Image_Editor|WP_Error
    3434         */
    3535        public final static function get_instance( $path = null, $required_methods = null ) {
     
    5555         * @access private
    5656         *
    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.
    5958         * @return string|bool Class name for the first editor that claims to support the request. False if no editor claims to support the request.
    6059         */
     
    104103         * @abstract
    105104         *
    106          * @param $args array
     105         * @param array $args
    107106         * @return boolean
    108107         */
     
    182181         *
    183182         * @param string $filename
    184          * @param type $mime_type
     183         * @param string $mime_type
    185184         * @return array { filename|null, extension, mime-type }
    186185         */
Note: See TracChangeset for help on using the changeset viewer.