Changeset 55789 for branches/5.2/src/wp-includes/l10n.php
- Timestamp:
- 05/16/2023 03:59:15 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2/src/wp-includes/l10n.php
r45254 r55789 140 140 141 141 if ( ! empty( $_GET['wp_lang'] ) && ! empty( $GLOBALS['pagenow'] ) && 'wp-login.php' === $GLOBALS['pagenow'] ) { 142 $determined_locale = sanitize_ text_field( $_GET['wp_lang']);142 $determined_locale = sanitize_locale_name( wp_unslash( $_GET['wp_lang'] ) ); 143 143 } 144 144
Note: See TracChangeset
for help on using the changeset viewer.