From dfd4641dc385c1d168086f36dc190ec125299810 Mon Sep 17 00:00:00 2001 From: desrosj Date: Thu, 9 May 2019 20:08:55 +0000 Subject: [PATCH] Twenty Nineteen: Fix Docblock spelling error. Props mukesh27. Fixes #47129. Built from https://develop.svn.wordpress.org/trunk@45299 git-svn-id: http://core.svn.wordpress.org/trunk@45108 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../twentynineteen/classes/class-twentynineteen-svg-icons.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php b/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php index 16efb0aa50..2963aea8e4 100644 --- a/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php +++ b/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php @@ -11,7 +11,7 @@ * This class is in charge of displaying SVG icons across the site. * * Place each source on its own array key, without adding the - * both `width` and `height` attributes, since these are added dnamically, + * both `width` and `height` attributes, since these are added dynamically, * before rendering the SVG code. * * All icons are assumed to have equal width and height, hence the option diff --git a/wp-includes/version.php b/wp-includes/version.php index 1609822563..112b6fad4a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45298'; +$wp_version = '5.3-alpha-45299'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.