Make WordPress Core


Ignore:
Timestamp:
05/10/2018 09:04:21 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Privacy: Update request confirmation notice text for clarity.

Props desrosj, melchoyce, garrett-eclipse.
Merges [43232] to the 4.9 branch.
Fixes #43970.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-login.php

    r43124 r43233  
    871871    do_action( 'user_request_action_confirmed', $request_id );
    872872
    873     $message = apply_filters( 'user_request_action_confirmed_message', '<p class="message">' . __( 'Action has been confirmed.' ) . '</p>', $request_id );
     873    $message = _wp_privacy_account_request_confirmed_message( $request_id );
    874874
    875875    login_header( __( 'User action confirmed.' ), $message );
Note: See TracChangeset for help on using the changeset viewer.