Changeset 43846 for branches/5.0/src/wp-includes/l10n.php
- Timestamp:
- 10/31/2018 02:32:49 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/l10n.php
r43827 r43846 135 135 } 136 136 137 if ( isset( $_GET['_locale'] ) && 'user' === $_GET['_locale'] && wp_is_json_request() && is_user_logged_in()) {137 if ( isset( $_GET['_locale'] ) && 'user' === $_GET['_locale'] && wp_is_json_request() ) { 138 138 $determined_locale = get_user_locale(); 139 139 }
Note: See TracChangeset
for help on using the changeset viewer.