Making WordPress.org


Ignore:
Timestamp:
07/30/2018 05:22:47 AM (5 years ago)
Author:
dd32
Message:

Gutenberg: Add a missing attribute to the Spacer blocks so that Gutenberg can parse the blocks correctly.

See #3703.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/gutenberg/gutenfront-content.php

    r7523 r7524  
    2424
    2525<!-- wp:spacer -->
    26 <div style="height:100px" class="wp-block-spacer"></div>
     26<div style="height:100px" class="wp-block-spacer" aria-hidden="true"></div>
    2727<!-- /wp:spacer -->
    2828
     
    3636
    3737<!-- wp:spacer -->
    38 <div style="height:100px" class="wp-block-spacer"></div>
     38<div style="height:100px" class="wp-block-spacer" aria-hidden="true"></div>
    3939<!-- /wp:spacer -->
    4040
     
    6464
    6565<!-- wp:spacer -->
    66 <div style="height:100px" class="wp-block-spacer"></div>
     66<div style="height:100px" class="wp-block-spacer" aria-hidden="true"></div>
    6767<!-- /wp:spacer -->
    6868
     
    8484
    8585<!-- wp:spacer -->
    86 <div style="height:100px" class="wp-block-spacer"></div>
     86<div style="height:100px" class="wp-block-spacer" aria-hidden="true"></div>
    8787<!-- /wp:spacer -->
    8888
     
    122122
    123123<!-- wp:spacer -->
    124 <div style="height:100px" class="wp-block-spacer"></div>
     124<div style="height:100px" class="wp-block-spacer" aria-hidden="true"></div>
    125125<!-- /wp:spacer -->
    126126
     
    146146
    147147<!-- wp:spacer -->
    148 <div style="height:100px" class="wp-block-spacer"></div>
     148<div style="height:100px" class="wp-block-spacer" aria-hidden="true"></div>
    149149<!-- /wp:spacer -->
    150150
     
    158158
    159159<!-- wp:spacer -->
    160 <div style="height:100px" class="wp-block-spacer"></div>
     160<div style="height:100px" class="wp-block-spacer" aria-hidden="true"></div>
    161161<!-- /wp:spacer -->
    162162
Note: See TracChangeset for help on using the changeset viewer.