diff --git a/src/wp-includes/option.php b/src/wp-includes/option.php index 21a09bbd51..5a54fe7f89 100644 --- a/src/wp-includes/option.php +++ b/src/wp-includes/option.php @@ -2064,7 +2064,7 @@ function register_initial_settings() { ), ), 'type' => 'string', - 'description' => __( 'Allow people to post comments on new articles.' ), + 'description' => __( 'Allow people to submit comments on new posts.' ), ) ); }