From 44c3cefb24c12fe98c81f8eecf83d5f2a4e1f1c0 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 1 Oct 2019 01:19:57 +0000 Subject: [PATCH] Docs: Fix typo in `wp_get_missing_image_subsizes()` DocBlock. Props david.binda. Fixes #48179. Built from https://develop.svn.wordpress.org/trunk@46368 git-svn-id: http://core.svn.wordpress.org/trunk@46167 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/image.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/image.php b/wp-admin/includes/image.php index 6456676434..664b83519f 100644 --- a/wp-admin/includes/image.php +++ b/wp-admin/includes/image.php @@ -164,7 +164,7 @@ function wp_update_image_subsizes( $attachment_id ) { * @since 5.3.0 * @access private * - * @param array $saved_data The data retirned from WP_Image_Editor after successfully saving an image. + * @param array $saved_data The data returned from WP_Image_Editor after successfully saving an image. * @param string $original_file Path to the original file. * @param array $image_meta The image meta data. * @param int $attachment_id The attachment post ID. diff --git a/wp-includes/version.php b/wp-includes/version.php index 13456b81dd..fc8f1635ce 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-beta2-46367'; +$wp_version = '5.3-beta2-46368'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.