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:
parent
8730eb34e3
commit
5d6cd13597
|
@ -5542,7 +5542,7 @@ function print_emoji_detection_script() {
|
|||
}
|
||||
|
||||
/**
|
||||
* Prints inline Emoji dection script
|
||||
* Prints inline Emoji detection script.
|
||||
*
|
||||
* @ignore
|
||||
* @since 4.6.0
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue