From d4256378dd13047361b7ff8401306aaef4c1dad1 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 26 May 2019 18:51:52 +0000 Subject: [PATCH] Administration: Replace one more reference to "articles" with "posts" for greater consistency of terminology. See #38517. Built from https://develop.svn.wordpress.org/trunk@45443 git-svn-id: http://core.svn.wordpress.org/trunk@45254 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/option.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/option.php b/wp-includes/option.php index 21a09bbd51..5a54fe7f89 100644 --- a/wp-includes/option.php +++ b/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.' ), ) ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index 1572f46f24..ca41fd523b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45442'; +$wp_version = '5.3-alpha-45443'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.