File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 57
57
</ol><!-- .comment-list -->
58
58
59
59
<?php if ( get_comment_pages_count () > 1 && get_option ( 'page_comments ' ) ) : // Are there comments to navigate through. ?>
60
- <nav id="comment-nav-below" class="comment-navigation" role="navigation" aria-label="<?php esc_html_e ( 'Comment Navigation Below ' , 'storefront ' ); ?> ">
60
+ <nav id="comment-nav-below" class="comment-navigation" role="navigation" aria-label="<?php esc_attr_e ( 'Comment Navigation Below ' , 'storefront ' ); ?> ">
61
61
<span class="screen-reader-text"><?php esc_html_e ( 'Comment navigation ' , 'storefront ' ); ?> </span>
62
62
<div class="nav-previous"><?php previous_comments_link ( __ ( '← Older Comments ' , 'storefront ' ) ); ?> </div>
63
63
<div class="nav-next"><?php next_comments_link ( __ ( 'Newer Comments → ' , 'storefront ' ) ); ?> </div>
You can’t perform that action at this time.
0 commit comments