Skip to content

Commit

Permalink
Fix heading level hierarchy for default content
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Jan 6, 2020
1 parent 423235f commit d214da7
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
<h2><?php esc_html_e( 'Schedule', 'wordcamporg' ); ?></h2>
<!-- /wp:heading -->

<!-- wp:wordcamp/live-schedule -->
<div data-now="<?php esc_html_e( 'On Now', 'wordcamporg' ); ?>" data-next="<?php esc_html_e( 'Next Up', 'wordcamporg' ); ?>" data-level="2" class="wp-block-wordcamp-live-schedule"></div>
<!-- wp:wordcamp/live-schedule {"level":3} -->
<div data-now="<?php esc_html_e( 'On Now', 'wordcamporg' ); ?>" data-next="<?php esc_html_e( 'Next Up', 'wordcamporg' ); ?>" data-level="3" class="wp-block-wordcamp-live-schedule"></div>
<!-- /wp:wordcamp/live-schedule -->


<!-- wp:heading -->
<h2><?php esc_html_e( 'Latest Posts', 'wordcamporg' ); ?></h2>
<!-- /wp:heading -->
Expand Down

0 comments on commit d214da7

Please sign in to comment.