Help/About: Improve wording of PHP Error Protection section.
Props pedromendonca, garrett-eclipse. See #47475. Fixes #47538. Built from https://develop.svn.wordpress.org/trunk@45551 git-svn-id: http://core.svn.wordpress.org/trunk@45362 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f0e9ffdebb
commit
470177a906
|
@ -97,7 +97,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||||
</div>
|
</div>
|
||||||
<div class="column is-vertically-aligned-center">
|
<div class="column is-vertically-aligned-center">
|
||||||
<h3><?php _e( 'PHP Error Protection' ); ?></h3>
|
<h3><?php _e( 'PHP Error Protection' ); ?></h3>
|
||||||
<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>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.3-alpha-45546';
|
$wp_version = '5.3-alpha-45551';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue