File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
<div class="header__inner">
6
6
<div class="container">
7
7
<a class="header__logo-link" href="<?php echo esc_url ( home_url ( '/ ' ) ); ?> ">
8
- <strong><?php echo esc_attr ( get_bloginfo ( 'name ' ) ); ?> </strong>
9
- <span class="sr-only"><?php echo esc_attr ( get_bloginfo ( 'name ' ) ); ?> </span>
8
+ <strong><?php echo esc_html ( get_bloginfo ( 'name ' ) ); ?> </strong>
9
+ <span class="sr-only"><?php echo esc_html ( get_bloginfo ( 'name ' ) ); ?> </span>
10
10
</a>
11
11
12
12
<button class="header__menu-toggle" aria-expanded="false" aria-controls="menu">
Original file line number Diff line number Diff line change @@ -31,4 +31,4 @@ function replaceHtmlClass(regexp, str) {
31
31
get_template_part ( 'components/parts/common/skip-links ' );
32
32
get_template_part ( 'components/parts/common/header ' );
33
33
?>
34
- <main id="content" role="main" tabindex="-1" aria-label="<?php esc_html_e ( 'Main content ' , 'beapi-frontend-framework ' ); ?> ">
34
+ <main id="content" role="main" tabindex="-1" aria-label="<?php esc_attr_e ( 'Main content ' , 'beapi-frontend-framework ' ); ?> ">
You can’t perform that action at this time.
0 commit comments