Make WordPress Core

Changes between Version 8 and Version 9 of Ticket #43887, comment 2


Ignore:
Timestamp:
04/28/2018 10:25:25 AM (7 years ago)
Author:
birgire
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43887, comment 2

    v8 v9  
    1212{{{
    1313$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.' ),
    1515        'type'        => 'integer',
    1616        'context'     => array( 'view', 'edit' ),
     
    6767
    6868if there need to be fallback checks.
     69
     70ps: perhaps the {{{block_version}}} is more descriptive as a ''property'' name than just {{{block}}}.