mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Admin/UI-Copy: reword some "we" usages.
This changes some admin-area, user-facing text, to better match the guidelines and recommendations set forth in the make/core handbook, specifically: > the word “we” should be avoided (...) unless its made very clear which group is speaking (There are several more usages of "we" that will receive this same scrutiny in future commits/releases.) Props audrasjb, johnbillion, marybaum, peterwilsoncc, sergeybiryukov, shital-patel. Fixes #46057. git-svn-id: https://develop.svn.wordpress.org/trunk@51979 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -359,7 +359,7 @@ if ( ! in_array( 'theme_editor_notice', $dismissed_pointers, true ) ) :
|
||||
<h1><?php _e( 'Heads up!' ); ?></h1>
|
||||
<p>
|
||||
<?php
|
||||
_e( 'You appear to be making direct edits to your theme in the WordPress dashboard. We recommend that you don’t! Editing your theme directly could break your site and your changes may be lost in future updates.' );
|
||||
_e( 'You appear to be making direct edits to your theme in the WordPress dashboard. It is not recommended! Editing your theme directly could break your site and your changes may be lost in future updates.' );
|
||||
?>
|
||||
</p>
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user