diff --git a/wp-includes/class-wp-image-editor-imagick.php b/wp-includes/class-wp-image-editor-imagick.php index 0c1cd08a60..f4d8f3b49f 100644 --- a/wp-includes/class-wp-image-editor-imagick.php +++ b/wp-includes/class-wp-image-editor-imagick.php @@ -208,7 +208,7 @@ class WP_Image_Editor_Imagick extends WP_Image_Editor { $size = $this->image->getImageGeometry(); } catch ( Exception $e ) { - return new WP_Error( 'invalid_image', __('Could not read image size'), $this->file ); + return new WP_Error( 'invalid_image', __( 'Could not read image size.' ), $this->file ); } } diff --git a/wp-includes/version.php b/wp-includes/version.php index 684b8c6b49..6df161591a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34840'; +$wp_version = '4.4-alpha-34841'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.