From aa224577545c199db139ac754c7d28b3b6e60474 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 26 Jul 2020 21:54:03 +0000 Subject: [PATCH] REST API: Use a consistent description for the `textdomain` schema property between plugins and themes controllers. Follow-up to [48242], [48627]. Props audrasjb. Fixes #50776. See #50321. Built from https://develop.svn.wordpress.org/trunk@48628 git-svn-id: http://core.svn.wordpress.org/trunk@48390 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../rest-api/endpoints/class-wp-rest-themes-controller.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php b/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php index 88494a5fa9..591e3b838b 100644 --- a/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php +++ b/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php @@ -367,7 +367,7 @@ class WP_REST_Themes_Controller extends WP_REST_Controller { ), ), 'textdomain' => array( - 'description' => __( 'The theme\'s textdomain.' ), + 'description' => __( 'The theme\'s text domain.' ), 'type' => 'string', 'readonly' => true, ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 07e8197d87..8bc2b5f7a0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-beta3-48627'; +$wp_version = '5.5-beta3-48628'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.