Skip to content

Commit cf032b9

Browse files
committed
1 parent da4b74a commit cf032b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wp-bootstrap-navwalker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public static function fallback( $args ) {
204204
echo ' id="' . esc_attr( $container_id ) . '"';
205205
}
206206
if ( $container_class ) {
207-
echo ' class="' . sanitize_html_class( $container_class ) . '"'; }
207+
echo ' class="' . esc_attr( $container_class ) . '"'; }
208208
echo '>';
209209
}
210210
echo '<ul';

0 commit comments

Comments
 (0)