diff --git a/wp-includes/media.php b/wp-includes/media.php index 31e1309be2..dec367f348 100644 --- a/wp-includes/media.php +++ b/wp-includes/media.php @@ -561,7 +561,7 @@ function image_resize_dimensions( $orig_w, $orig_h, $dest_w, $dest_h, $crop = fa * @param string $file File path. * @param int $width Image width. * @param int $height Image height. - * @param bool $crop Optional. Whether to crop image to specified height and width or resize. + * @param bool $crop Optional. Whether to crop image to specified width and height or resize. * Default false. * @return false|array False, if no image was created. Metadata array on success. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index e86326b605..56f244b01f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-35053'; +$wp_version = '4.4-alpha-35054'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.