Changeset 39130 for trunk/src/wp-includes/load.php
- Timestamp:
- 11/03/2016 10:02:00 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r39005 r39130 842 842 * @access private 843 843 * 844 * @global string $text_direction 845 * @global WP_Locale $wp_locale The WordPress date and time locale object. 846 * @global WP_Locale_Switcher $wp_locale_switcher WordPress locale switcher object. 844 * @global WP_Locale $wp_locale The WordPress date and time locale object. 847 845 * 848 846 * @staticvar bool $loaded 849 847 */ 850 848 function wp_load_translations_early() { 851 global $ text_direction, $wp_locale, $wp_locale_switcher;849 global $wp_locale; 852 850 853 851 static $loaded = false;
Note: See TracChangeset
for help on using the changeset viewer.