Make WordPress Core


Ignore:
Timestamp:
05/02/2018 06:50:49 PM (8 years ago)
Author:
azaozz
Message:

Privacy: fix inconsistencies in new strings.

Props audrasjb.
Merges [43118] to the 4.9 branch.
Fixes #43925.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

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

    r43083 r43119  
    841841case 'confirmaction' :
    842842        if ( ! isset( $_GET['request_id'] ) ) {
    843                 wp_die( __( 'Invalid request' ) );
     843                wp_die( __( 'Invalid request.' ) );
    844844        }
    845845
Note: See TracChangeset for help on using the changeset viewer.