Changes between Version 8 and Version 9 of Ticket #43887, comment 2
- Timestamp:
- 04/28/2018 10:25:25 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43887, comment 2
v8 v9 12 12 {{{ 13 13 $schema['properties']['block'] = array( 14 'description' => __( ' Whether or not the object has blocks.' ),14 'description' => __( 'The version of the block format that the object's content string is using.' ), 15 15 'type' => 'integer', 16 16 'context' => array( 'view', 'edit' ), … … 67 67 68 68 if there need to be fallback checks. 69 70 ps: perhaps the {{{block_version}}} is more descriptive as a ''property'' name than just {{{block}}}.