From 53794e9719a430e709cf54a477801108a2b58593 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 24 May 2019 19:18:51 +0000 Subject: [PATCH] Administration: Replace references to "articles" with "posts" for greater consistency of terminology. Props angelagibson Fixes #38517 Built from https://develop.svn.wordpress.org/trunk@45401 git-svn-id: http://core.svn.wordpress.org/trunk@45212 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/options-discussion.php | 14 +++++++------- wp-admin/options-reading.php | 4 ++-- wp-includes/class-wp-xmlrpc-server.php | 4 ++-- wp-includes/version.php | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/wp-admin/options-discussion.php b/wp-admin/options-discussion.php index 8ec6f7d1a9..4222c8fe71 100644 --- a/wp-admin/options-discussion.php +++ b/wp-admin/options-discussion.php @@ -43,21 +43,21 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); - - + @@ -79,7 +79,7 @@ if ( ! get_option( 'users_can_register' ) && is_multisite() ) { /> - - + diff --git a/wp-includes/class-wp-xmlrpc-server.php b/wp-includes/class-wp-xmlrpc-server.php index cf1666fff5..4b4687e9ae 100644 --- a/wp-includes/class-wp-xmlrpc-server.php +++ b/wp-includes/class-wp-xmlrpc-server.php @@ -612,12 +612,12 @@ class wp_xmlrpc_server extends IXR_Server { 'option' => 'large_size_h', ), 'default_comment_status' => array( - 'desc' => __( 'Allow people to post comments on new articles' ), + 'desc' => __( 'Allow people to submit comments on new posts' ), 'readonly' => false, 'option' => 'default_comment_status', ), 'default_ping_status' => array( - 'desc' => __( 'Allow link notifications from other blogs (pingbacks and trackbacks) on new articles' ), + 'desc' => __( 'Allow link notifications from other blogs (pingbacks and trackbacks) on new posts' ), 'readonly' => false, 'option' => 'default_ping_status', ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 5496c05942..8895c11720 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45400'; +$wp_version = '5.3-alpha-45401'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
+
+
+
+
-

+

+