mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-05 07:58:35 +01:00
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:
parent
e8b5d1a702
commit
cfb0b131dc
@ -285,7 +285,7 @@ class WP_REST_Block_Directory_Controller extends WP_REST_Controller {
|
|||||||
'context' => array( 'view' ),
|
'context' => array( 'view' ),
|
||||||
),
|
),
|
||||||
'humanized_updated' => array(
|
'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',
|
'type' => 'string',
|
||||||
'context' => array( 'view' ),
|
'context' => array( 'view' ),
|
||||||
),
|
),
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user