Make WordPress Core

Changeset 45552


Ignore:
Timestamp:
06/20/2019 09:54:13 AM (6 years ago)
Author:
desrosj
Message:

Help/About: Improve wording of PHP Error Protection section.

Merges [45551] to the 5.2 branch.

Props pedromendonca, garrett-eclipse.
See #47475.
Fixes #47538.

Location:
branches/5.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.2

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

    r45548 r45552  
    152152            <div class="column is-vertically-aligned-center">
    153153                <h3><?php _e( 'PHP Error Protection' ); ?></h3>
    154                 <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>
     154                <p><?php _e( 'This administrator-focused update will let you safely fix or manage fatal errors without requiring a developer. 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>
    155155            </div>
    156156        </div>
Note: See TracChangeset for help on using the changeset viewer.