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
This commit is contained in:
Peter Wilson 2019-10-13 02:48:01 +00:00
parent 8730eb34e3
commit 5d6cd13597
2 changed files with 2 additions and 2 deletions

View File

@ -5542,7 +5542,7 @@ function print_emoji_detection_script() {
}
/**
* Prints inline Emoji dection script
* Prints inline Emoji detection script.
*
* @ignore
* @since 4.6.0

View File

@ -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.