Make WordPress Core


Ignore:
Timestamp:
06/10/2019 02:15:20 PM (7 years ago)
Author:
SergeyBiryukov
Message:

I18N: Merge duplicate "authenticity could not be verified" strings, fix comma placement on About page.

Props pedromendonca, garrett-eclipse.
Merges [45515] to the 5.2 branch.
Fixes #47475.

Location:
branches/5.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.2

  • branches/5.2/src/wp-admin/about.php

    r45364 r45516  
    127127                        <div class="column is-vertically-aligned-center">
    128128                                <h3><?php _e( 'PHP Error Protection' ); ?></h3>
    129                                 <p><?php _e( 'This administrator-focused update will let you safely fix or manage fatal errors without requiring developer time. It features better handling of the so-called “white screen of death,” and a way to enter recovery mode, which pauses error-causing plugins or themes.' ); ?></p>
     129                                <p><?php _e( 'This administrator-focused update will let you safely fix or manage fatal errors without requiring developer time. It features better handling of the so-called “white screen of death”, and a way to enter recovery mode, which pauses error-causing plugins or themes.' ); ?></p>
    130130                        </div>
    131131                </div>
Note: See TracChangeset for help on using the changeset viewer.