Changeset 41162 for trunk/src/wp-includes/class-wp-locale-switcher.php
- Timestamp:
- 07/27/2017 12:40:27 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-locale-switcher.php
r39330 r41162 18 18 * 19 19 * @since 4.7.0 20 * @access private21 20 * @var string[] 22 21 */ … … 27 26 * 28 27 * @since 4.7.0 29 * @access private30 28 * @var string 31 29 */ … … 36 34 * 37 35 * @since 4.7.0 38 * @access private39 36 * @var array An array of language codes (file names without the .mo extension). 40 37 */ … … 185 182 * 186 183 * @since 4.7.0 187 * @access private188 184 * 189 185 * @global Mo[] $l10n An array of all currently loaded text domains. … … 215 211 * 216 212 * @since 4.7.0 217 * @access private218 213 * 219 214 * @global WP_Locale $wp_locale The WordPress date and time locale object.
Note: See TracChangeset
for help on using the changeset viewer.