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:
parent
64675a6a0b
commit
008c1f7e60
|
@ -122,7 +122,7 @@ class WP_Locale {
|
||||||
* specific calendar names and text direction.
|
* specific calendar names and text direction.
|
||||||
*
|
*
|
||||||
* @since 2.1.0
|
* @since 2.1.0
|
||||||
* @access private
|
* @access public
|
||||||
*
|
*
|
||||||
* @global string $text_direction
|
* @global string $text_direction
|
||||||
*/
|
*/
|
||||||
|
@ -356,7 +356,7 @@ class WP_Locale {
|
||||||
* For backward compatibility only.
|
* For backward compatibility only.
|
||||||
*
|
*
|
||||||
* @deprecated For backward compatibility only.
|
* @deprecated For backward compatibility only.
|
||||||
* @access private
|
* @access public
|
||||||
*
|
*
|
||||||
* @global array $weekday
|
* @global array $weekday
|
||||||
* @global array $weekday_initial
|
* @global array $weekday_initial
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue