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-imagick.php

    r22098 r22119  
    3434     * @return boolean
    3535     */
    36     public static function test() {
     36    public function test() {
    3737        if ( ! extension_loaded( 'imagick' ) )
    3838            return false;
     
    144144     * @return boolean
    145145     */
    146     public static function supports_mime_type( $mime_type ) {
     146    public function supports_mime_type( $mime_type ) {
    147147        if ( ! $mime_type )
    148148            return false;
Note: See TracChangeset for help on using the changeset viewer.