From bd239b4be8eecc3c184bf465defa61d06b86cb62 Mon Sep 17 00:00:00 2001 From: desrosj Date: Thu, 20 Jun 2019 12:53:52 +0000 Subject: [PATCH] XML-RPC: Merge similar translation strings. Props ramiy. Fixes #47039. Built from https://develop.svn.wordpress.org/trunk@45554 git-svn-id: http://core.svn.wordpress.org/trunk@45365 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-xmlrpc-server.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/class-wp-xmlrpc-server.php b/wp-includes/class-wp-xmlrpc-server.php index 4b4687e9ae..1e3c2b2f07 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 submit comments on new posts' ), + '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 posts' ), + '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 52f651b2f0..4f0a37560a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45553'; +$wp_version = '5.3-alpha-45554'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.