Make WordPress Core


Ignore:
Timestamp:
05/02/2018 06:41:10 PM (7 years ago)
Author:
azaozz
Message:

Privacy: fix inconsistencies in new strings.

Props audrasjb.
Fixes #43925.

File:
1 edited

Legend:

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

    r43008 r43118  
    861861    case 'confirmaction' :
    862862        if ( ! isset( $_GET['request_id'] ) ) {
    863             wp_die( __( 'Invalid request' ) );
     863            wp_die( __( 'Invalid request.' ) );
    864864        }
    865865
Note: See TracChangeset for help on using the changeset viewer.