equal
deleted
inserted
replaced
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 ); |