REST API: Correct description for the `humanized_updated` block directory property.

Follow-up to [48242], [51676].

Props mujuonly, mukesh27.
Fixes #62667.
Built from https://develop.svn.wordpress.org/trunk@59501


git-svn-id: http://core.svn.wordpress.org/trunk@58887 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2024-12-09 22:45:19 +00:00
parent e8b5d1a702
commit cfb0b131dc
2 changed files with 2 additions and 2 deletions

View File

@ -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' ),
),

View File

@ -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.