About Page: Update the blurb in "Warning: Potential Danger Ahead!" to be more accurate.

Props transl8or, karmatosed, chanthaboune.
See #42087.

Built from https://develop.svn.wordpress.org/trunk@42044


git-svn-id: http://core.svn.wordpress.org/trunk@41878 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Mel Choyce 2017-10-30 20:58:50 +00:00
parent 82c6a301f2
commit f7aa0e24a7
2 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
</div>
<div class="col">
<h3><?php _e( 'Warning: Potential Danger Ahead!' ); ?></h3>
<p><?php _e( 'When you edit themes and plugins directly, WordPress 4.9 will politely warn you that this is a dangerous practice and will recommend that you draft and test changes before update your file. Take the safe route: You&#8217;ll thank you. Your team and customers will thank you.' );?></p>
<p><?php _e( 'When you edit themes and plugins directly, WordPress 4.9 will politely warn you that this is a dangerous practice. It will recommend that you backup your files before saving, so they don&#8217;t get overwritten by the next update. Take the safe route: your future self will thank you. Your team and customers will thank you.' );?></p>
</div>
</div>

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-beta4-42043';
$wp_version = '4.9-beta4-42044';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.