Make WordPress Core

Changeset 59501


Ignore:
Timestamp:
12/09/2024 10:43:20 PM (7 weeks ago)
Author:
SergeyBiryukov
Message:

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

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

Props mujuonly, mukesh27.
Fixes #62667.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php

    r53760 r59501  
    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' ),
Note: See TracChangeset for help on using the changeset viewer.