Make WordPress Core


Ignore:
Timestamp:
10/04/2012 09:59:36 PM (12 years ago)
Author:
ryan
Message:

Avoid Strict Standards warnings. Props markoheijnen. see #6821

File:
1 edited

Legend:

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

    r22094 r22119  
    7777    }
    7878
    79     abstract public static function test(); // returns bool
     79    abstract public function test(); // returns bool
    8080    abstract protected function load(); // returns bool|WP_Error
    81     abstract public static function supports_mime_type( $mime_type ); // returns bool
     81    abstract public function supports_mime_type( $mime_type ); // returns bool
    8282    abstract public function resize( $max_w, $max_h, $crop = false );
    8383    abstract public function multi_resize( $sizes );
Note: See TracChangeset for help on using the changeset viewer.