Make WordPress Core

Ticket #22073: 22073.patch

File 22073.patch, 505 bytes (added by SergeyBiryukov, 13 years ago)
  • wp-includes/class-wp-image-editor-imagick.php

     
    143143         * @param string $mime_type
    144144         * @return boolean
    145145         */
    146         public static function supports_mime_type( $mime_type = null ) {
     146        public static function supports_mime_type( $mime_type ) {
    147147                if ( ! $mime_type )
    148148                        return false;
    149149