diff --git a/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php b/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php index cfcb0dbc5c..8a34c78d33 100644 --- a/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php +++ b/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php @@ -285,7 +285,7 @@ class WP_REST_Block_Directory_Controller extends WP_REST_Controller { 'context' => array( 'view' ), ), 'humanized_updated' => array( - 'description' => __( 'The date when the block was last updated, in fuzzy human readable format.' ), + 'description' => __( 'The date when the block was last updated, in human readable format.' ), 'type' => 'string', 'context' => array( 'view' ), ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 8b16c0a3c7..a040087f3b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59500'; +$wp_version = '6.8-alpha-59501'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.