From ff05ec30766216123441193642f3a3a5f246218e Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Wed, 29 Jun 2016 20:49:53 +0000 Subject: [PATCH] Comments: Further improve text of initial comment. In [37888], the comment text was initially updated, however an opportunity to make the text less trivializing of actions that users will take was missed. To quote Helen Hou-Sandi: "It's important not to trivialize actions that are perfectly reasonable for a user to find tricky (where to go to log in is not exactly intuitive, even with the rewrites we have now)." The text of the comment now reads: > Hi, this is a comment. > To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard. > Commenter avatars come from Gravatar. Some interesting reading on the topic of "Simple" and "Easy" and how they relate to software development can be found at http://andrewspittle.com/2012/01/31/avoiding-easy/ and written by andrewspittle. Props helen. Fixes #36702. git-svn-id: https://develop.svn.wordpress.org/trunk@37921 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/upgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/upgrade.php b/src/wp-admin/includes/upgrade.php index d05686fa22..cb93df50fc 100644 --- a/src/wp-admin/includes/upgrade.php +++ b/src/wp-admin/includes/upgrade.php @@ -195,7 +195,7 @@ function wp_install_defaults( $user_id ) { $first_comment_email = 'wapuu@wordpress.example'; $first_comment_url = 'https://wordpress.org/'; $first_comment = __( 'Hi, this is a comment. -To moderate comments, just log in. There you will have the option to edit or delete them. +To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard. Commenter avatars come from Gravatar.' ); if ( is_multisite() ) { $first_comment_author = get_site_option( 'first_comment_author', $first_comment_author );