Docs: Correct @access entries for WP_Locale::init() and WP_Locale::register_globals().

Props keesiemeijer.
Fixes #39504.
Built from https://develop.svn.wordpress.org/trunk@39737


git-svn-id: http://core.svn.wordpress.org/trunk@39677 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2017-01-06 22:11:16 +00:00
parent 64675a6a0b
commit 008c1f7e60
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.8-alpha-39736';
$wp_version = '4.8-alpha-39737';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.