We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f867149 commit a3a9d0eCopy full SHA for a3a9d0e
themes/osi/header.php
@@ -47,7 +47,7 @@
47
endif;
48
//Adding for AI template - secondary navigation
49
if ( is_page_template( 'templates/ai-wide.php' ) ) :
50
- echo '<p class="ai-mobile-label">' . __( 'Open Source AI', 'osi' ) . '</p>';
+ echo '<p class="ai-mobile-label">' . esc_html__( 'Open Source AI', 'osi' ) . '</p>';
51
wp_nav_menu(
52
array(
53
'theme_location' => 'ai_secondary_nav',
0 commit comments