wp/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
   283 					'type'        => 'string',
   283 					'type'        => 'string',
   284 					'format'      => 'date-time',
   284 					'format'      => 'date-time',
   285 					'context'     => array( 'view' ),
   285 					'context'     => array( 'view' ),
   286 				),
   286 				),
   287 				'humanized_updated'   => array(
   287 				'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.' ),
   289 					'type'        => 'string',
   289 					'type'        => 'string',
   290 					'context'     => array( 'view' ),
   290 					'context'     => array( 'view' ),
   291 				),
   291 				),
   292 			),
   292 			),
   293 		);
   293 		);