Changeset 46789
- Timestamp:
- 11/27/2019 02:38:37 PM (5 years ago)
- Location:
- branches/5.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.3
-
branches/5.3/src/wp-login.php
r46361 r46789 1243 1243 1244 1244 if ( $admin_email_check_interval > 0 && time() > $admin_email_lifespan ) { 1245 $redirect_to = add_query_arg( 'action', 'confirm_admin_email', wp_login_url( $redirect_to ) ); 1245 $redirect_to = add_query_arg( 1246 array( 1247 'action' => 'confirm_admin_email', 1248 'wp_lang' => get_user_locale( $user ), 1249 ), 1250 wp_login_url( $redirect_to ) 1251 ); 1246 1252 } 1247 1253 }
Note: See TracChangeset
for help on using the changeset viewer.