mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-09 07:04:34 +00:00
Docs: Revise comments using “we” in various docblocks.
This updates some inline comments to better match the guidelines and recommendations set forth in the make/core and make/docs handbooks: > In general, use second person in your documentation. Second person depicts a friendly tone, with a perfect focus on the reader. In addition to this, directly addressing the reader helps avoid passive voice; thereby preventing unwanted confusion. The word “we” should be avoided (...) unless its made very clear which group is speaking. References: - [https://make.wordpress.org/docs/style-guide/language-grammar/grammatical-person/ Style Guide: Grammatical person] - [https://make.wordpress.org/docs/handbook/documentation-team-handbook/handbooks-style-and-formatting-guide/ Handbooks & HelpHub Style and Formatting Guide] - [https://make.wordpress.org/core/handbook/best-practices/post-comment-guidelines/#style-and-substance Post & Comment Guidelines: Style and Substance] Follow-up to [2176], [3430], [4676], [6009], [7991], [12688], [12762], [26008], [28978], [44488], [44962], [51979], [53131], [53132], [53156], [53131], [54200], [54866]. Props majaloncar, leamcaleese, annebovelett. Fixes #57052. git-svn-id: https://develop.svn.wordpress.org/trunk@55646 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1508,8 +1508,8 @@ final class _WP_Editors {
|
||||
* Force uncompressed TinyMCE when a custom theme has been defined.
|
||||
*
|
||||
* The compressed TinyMCE file cannot deal with custom themes, so this makes
|
||||
* sure that we use the uncompressed TinyMCE file if a theme is defined.
|
||||
* Even if we are on a production environment.
|
||||
* sure that WordPress uses the uncompressed TinyMCE file if a theme is defined.
|
||||
* Even if the website is running on a production environment.
|
||||
*
|
||||
* @since 5.0.0
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user