Changeset 41289 for trunk/src/wp-includes/class-wp-locale-switcher.php
- Timestamp:
- 08/22/2017 11:51:11 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-locale-switcher.php
r41162 r41289 159 159 160 160 /** 161 * Filters the WordPress install's locale.162 * 163 * @since 4.7.0 164 * 165 * @param string $locale The WordPress install's locale.161 * Filters the locale of the WordPress installation. 162 * 163 * @since 4.7.0 164 * 165 * @param string $locale The locale of the WordPress installation. 166 166 * @return string The locale currently being switched to. 167 167 */
Note: See TracChangeset
for help on using the changeset viewer.