Skip to content

Commit a3a9d0e

Browse files
committed
Fix simple liniting issues
1 parent f867149 commit a3a9d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/osi/header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
endif;
4848
//Adding for AI template - secondary navigation
4949
if ( is_page_template( 'templates/ai-wide.php' ) ) :
50-
echo '<p class="ai-mobile-label">' . __( 'Open Source AI', 'osi' ) . '</p>';
50+
echo '<p class="ai-mobile-label">' . esc_html__( 'Open Source AI', 'osi' ) . '</p>';
5151
wp_nav_menu(
5252
array(
5353
'theme_location' => 'ai_secondary_nav',

0 commit comments

Comments
 (0)