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
This commit is contained in:
Sergey Biryukov 2019-05-26 18:50:28 +00:00
parent d410033e9c
commit 4af886494a

View File

@ -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.' ),
)
);
}