Make WordPress Core


Ignore:
Timestamp:
07/07/2020 03:57:17 AM (4 years ago)
Author:
whyisjake
Message:

Site Health: Ensure that the user will be notified after a successful snooze action.

After clicking remind me later, the user is shown an admin notification.

Fixes #48333.

Props desrosj, sathyapulse, Clorith, azaozz, audrasjb, afragen, whyisjake.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-login.php

    r48305 r48359  
    618618            }
    619619
     620            $redirect_to = add_query_arg( 'admin_email_remind_later', 1, $redirect_to );
    620621            wp_safe_redirect( $redirect_to );
    621622            exit;
Note: See TracChangeset for help on using the changeset viewer.