Skip to content

Commit

Permalink
Try adding a page heading
Browse files Browse the repository at this point in the history
This is a work in progress, which adds a page heading for screen readers. @afercia can you take a look and see if this mitigates #503?

If yes, then we'd need to wrap the actual label into a function so it not only outputs the right post type, but indeed is translatable.
  • Loading branch information
Joen Asmussen committed Dec 4, 2017
1 parent e5383ce commit e549e1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gutenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ function the_gutenberg_project() {
?>
<div class="nvda-temp-fix screen-reader-text">&nbsp;</div>
<div class="gutenberg">
<h1 class="screen-reader-text">Edit Post</h1>
<div id="editor" class="gutenberg__editor"></div>
</div>
<?php
Expand Down

0 comments on commit e549e1a

Please sign in to comment.