Skip to content

Commit

Permalink
Merge pull request #398 from patchampoux/breadcrumb-fix
Browse files Browse the repository at this point in the history
Remove duplicated nav closing tag in the_breadcrumb().
  • Loading branch information
justinkruit committed Feb 12, 2023
2 parents 14645e4 + 1b1bfc4 commit 8631421
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,6 @@ function the_breadcrumb() {
}
echo '</ol>';
echo '</nav>';
echo '</nav>';
}
}
add_filter('breadcrumbs', 'breadcrumbs');
Expand Down

0 comments on commit 8631421

Please sign in to comment.