diff --git a/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php b/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php index 949e485fc6..0ac6c7de5a 100644 --- a/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php +++ b/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php @@ -253,7 +253,7 @@ class WP_REST_Templates_Controller extends WP_REST_Controller { return new WP_Error( 'rest_cannot_manage_templates', - __( 'Sorry, you are not allowed to access the templates on this site.', 'default' ), + __( 'Sorry, you are not allowed to access the templates on this site.' ), array( 'status' => rest_authorization_required_code(), ) @@ -310,7 +310,7 @@ class WP_REST_Templates_Controller extends WP_REST_Controller { return new WP_Error( 'rest_cannot_manage_templates', - __( 'Sorry, you are not allowed to access the templates on this site.', 'default' ), + __( 'Sorry, you are not allowed to access the templates on this site.' ), array( 'status' => rest_authorization_required_code(), ) diff --git a/wp-includes/version.php b/wp-includes/version.php index 219c351814..6192bf56be 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-58228'; +$wp_version = '6.6-alpha-58229'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.