Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/wp-login.php
Original file line number Diff line number Diff line change
Expand Up @@ -1548,7 +1548,7 @@ function wp_login_viewport_meta() {
*/
$rememberme_help_text = apply_filters(
'login_remember_me_help_text',
__( 'Selecting "Remember Me" reduces the number of times you’ll be asked to log in using this device. To keep your account secure, use this option only on your personal devices.' )
__( 'Selecting "Remember Me" increases the length of time until you’re asked to log in again on this device. To keep your account secure, use this option only on your personal devices.' )
);
?>
<p class="forgetmenot">
Expand Down
Loading