From cf0288e291b562a3764d70e5869dec675eeeac0a Mon Sep 17 00:00:00 2001 From: Rachel Baker Date: Fri, 12 Feb 2016 18:15:30 +0000 Subject: [PATCH] Media: Fix inline docs typo inside `wp_calculate_image_srcset()` function. mathces -> matches. Props neoxx. Fixes #35714. Built from https://develop.svn.wordpress.org/trunk@36517 git-svn-id: http://core.svn.wordpress.org/trunk@36484 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 249e6857a2..4fa3cf5809 100644 --- a/wp-includes/media.php +++ b/wp-includes/media.php @@ -1070,7 +1070,7 @@ function wp_calculate_image_srcset( $size_array, $image_src, $image_meta, $attac /** * To make sure the ID matches our image src, we will check to see if any sizes in our attachment - * meta match our $image_src. If no mathces are found we don't return a srcset to avoid serving + * meta match our $image_src. If no matches are found we don't return a srcset to avoid serving * an incorrect image. See #35045. */ $src_matched = false; diff --git a/wp-includes/version.php b/wp-includes/version.php index 8e66172df4..0acaba634a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36516'; +$wp_version = '4.5-alpha-36517'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.