mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Close the last li.
git-svn-id: https://develop.svn.wordpress.org/trunk@6622 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -114,7 +114,7 @@ foreach ( $menu as $key => $item ) {
|
||||
$side_items[] = "\n\t<li><a href='{$item[2]}'$class>{$item[0]}</a>";
|
||||
}
|
||||
}
|
||||
echo implode(" |</li>", $side_items);
|
||||
echo implode(' |</li>', $side_items) . '</li>';
|
||||
unset($side_items);
|
||||
do_action( 'sidemenu' );
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user