From d4fe129e1a2564addcd48f568f07813ab3c6543d Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Mon, 12 Oct 2015 16:06:24 +0000 Subject: [PATCH] Docs: Adjust the order of 'width' and 'height' (for consistency) for the `$crop` parameter documentation in `image_make_intermediate_size()`. Props jaspermdegroot. See #34257. Built from https://develop.svn.wordpress.org/trunk@35054 git-svn-id: http://core.svn.wordpress.org/trunk@35019 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/media.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.