Make WordPress Core


Ignore:
Timestamp:
05/22/2015 06:17:16 AM (10 years ago)
Author:
wonderboymusic
Message:

Add missing doc blocks to wp-image-editor*.php.

See #32444.

File:
1 edited

Legend:

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

    r31127 r32546  
    227227     *
    228228     * @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.
    230230     */
    231231    public function set_quality( $quality = null ) {
     
    446446     *
    447447     * @param string $extension
    448      * @return string|boolean
     448     * @return string|false
    449449     */
    450450    protected static function get_mime_type( $extension = null ) {
     
    472472     *
    473473     * @param string $mime_type
    474      * @return string|boolean
     474     * @return string|false
    475475     */
    476476    protected static function get_extension( $mime_type = null ) {
Note: See TracChangeset for help on using the changeset viewer.