From 5d6cd13597df94a80105a2e75e5311eac9af76ab Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Sun, 13 Oct 2019 02:48:01 +0000 Subject: [PATCH] Docs: Correct documentation typo in print_emoji_detection_script(). Props itowhid06. Fixes #48298. See #47110. Built from https://develop.svn.wordpress.org/trunk@46470 git-svn-id: http://core.svn.wordpress.org/trunk@46268 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/formatting.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index 5928df9600..a5eddae784 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -5542,7 +5542,7 @@ function print_emoji_detection_script() { } /** - * Prints inline Emoji dection script + * Prints inline Emoji detection script. * * @ignore * @since 4.6.0 diff --git a/wp-includes/version.php b/wp-includes/version.php index 280c00d3a9..5410e77575 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-beta3-46469'; +$wp_version = '5.3-beta3-46470'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.