From 4af886494ae80322afbc2e84baf78c9349df787f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 26 May 2019 18:50:28 +0000 Subject: [PATCH] Administration: Replace one more reference to "articles" with "posts" for greater consistency of terminology. See #38517. git-svn-id: https://develop.svn.wordpress.org/trunk@45443 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/option.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.' ), ) ); }