Make WordPress Core

Changeset 43708


Ignore:
Timestamp:
10/11/2018 04:22:05 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Privacy: Revert [43624] from the 4.9 branch.

This change is out of the 4.9.x scope, and will be reintroduced in 5.0.x.

See #44685.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

    • Property svn:mergeinfo changed
      /trunkreverse-merged: 43623
  • branches/4.9/src/wp-includes/user.php

    r43705 r43708  
    34313431
    34323432    if ( ! in_array( $request->status, array( 'request-pending', 'request-failed' ), true ) ) {
    3433         return new WP_Error( 'expired_link', __( 'This link has expired.' ) );
     3433        return __( 'This link has expired.' );
    34343434    }
    34353435
Note: See TracChangeset for help on using the changeset viewer.