Make WordPress Core


Ignore:
Timestamp:
01/06/2017 02:04:32 PM (10 years ago)
Author:
SergeyBiryukov
Message:

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

Props keesiemeijer.
Fixes #39504.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-locale.php

    r38459 r39737  
    123123         *
    124124         * @since 2.1.0
    125          * @access private
     125         * @access public
    126126         *
    127127         * @global string $text_direction
     
    357357         *
    358358         * @deprecated For backward compatibility only.
    359          * @access private
     359         * @access public
    360360         *
    361361         * @global array $weekday
Note: See TracChangeset for help on using the changeset viewer.