Docs: Correct @access
entries for WP_Locale::init()
and WP_Locale::register_globals()
.
Props keesiemeijer. Fixes #39504. git-svn-id: https://develop.svn.wordpress.org/trunk@39737 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d9d5174c29
commit
9e798d1bcb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user