Skip to content

Commit 6106332

Browse files
REST API: Correct description for the humanized_updated block directory property.
Follow-up to [48242], [51676]. Props mujuonly, mukesh27. Fixes #62667. git-svn-id: https://develop.svn.wordpress.org/trunk@59501 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 0d42819 commit 6106332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ public function get_item_schema() {
285285
'context' => array( 'view' ),
286286
),
287287
'humanized_updated' => array(
288-
'description' => __( 'The date when the block was last updated, in fuzzy human readable format.' ),
288+
'description' => __( 'The date when the block was last updated, in human readable format.' ),
289289
'type' => 'string',
290290
'context' => array( 'view' ),
291291
),

0 commit comments

Comments
 (0)