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.