Skip to content

Commit 33abc81

Browse files
fixed more wordpress standards
1 parent 16de2a8 commit 33abc81

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
@@ -20,7 +20,7 @@ class wp_bootstrap_navwalker extends Walker_Nav_Menu {
2020
* @param int $depth Depth of page. Used for padding.
2121
*/
2222
public function start_lvl( &$output, $depth = 0, $args = array() ) {
23-
$indent = str_repeat("\t", $depth);
23+
$indent = str_repeat( "\t", $depth );
2424
$output .= "\n$indent<ul role=\"menu\" class=\" dropdown-menu\">\n";
2525
}
2626

0 commit comments

Comments
 (0)