Changeset 32608
- Timestamp:
- 05/26/2015 06:58:20 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/locale.php
r31126 r32608 92 92 * @since 2.1.0 93 93 * @access private 94 * 95 * @global string $text_direction 96 * @global string $wp_version 94 97 */ 95 98 function init() { … … 302 305 * @access private 303 306 * 307 * @global array $weekday 308 * @global array $weekday_initial 309 * @global array $weekday_abbrev 310 * @global array $month 311 * @global array $month_abbrev 312 * 304 313 * @since 2.1.0 305 314 */ … … 315 324 * Constructor which calls helper methods to set up object variables 316 325 * 317 * @uses WP_Locale::init() 318 * @uses WP_Locale::register_globals() 319 * @since 2.1.0 320 * 326 * @since 2.1.0 321 327 */ 322 328 function __construct() { … … 358 364 * 359 365 * @since 3.0.0 366 * 367 * @global WP_Locale $wp_locale 368 * 360 369 * @return bool Whether locale is RTL. 361 370 */
Note: See TracChangeset
for help on using the changeset viewer.