Make WordPress Core


Ignore:
Timestamp:
06/16/2015 08:00:15 PM (8 years ago)
Author:
wonderboymusic
Message:

if is a statment, not a function.

See #32444.

File:
1 edited

Legend:

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

    r32650 r32800  
    137137            $this->image = new Imagick( $this->file );
    138138
    139             if( ! $this->image->valid() )
     139            if ( ! $this->image->valid() )
    140140                return new WP_Error( 'invalid_image', __('File is not an image.'), $this->file);
    141141
Note: See TracChangeset for help on using the changeset viewer.