mirror of
https://github.com/woocommerce/storefront.git
synced 2025-08-20 04:00:29 +08:00
Add heading 2 for post navigation.
This commit is contained in:
parent
dfe79b94c2
commit
be5a72b19d
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ if ( ! class_exists( 'Storefront' ) ) :
|
|||
*/
|
||||
public function navigation_markup_template() {
|
||||
$template = '<nav id="post-navigation" class="navigation %1$s" role="navigation" aria-label="' . esc_html__( 'Post Navigation', 'storefront' ) . '">';
|
||||
$template .= '<span class="screen-reader-text">%2$s</span>';
|
||||
$template .= '<h2 class="screen-reader-text">%2$s</h2>';
|
||||
$template .= '<div class="nav-links">%3$s</div>';
|
||||
$template .= '</nav>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue