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

@ -122,7 +122,7 @@ class WP_Locale {
* specific calendar names and text direction.
*
* @since 2.1.0
* @access private
* @access public
*
* @global string $text_direction
*/
@ -356,7 +356,7 @@ class WP_Locale {
* For backward compatibility only.
*
* @deprecated For backward compatibility only.
* @access private
* @access public
*
* @global array $weekday
* @global array $weekday_initial

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.