mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-30 10:14:31 +00:00
Strip trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@10150 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -700,7 +700,7 @@ function wp_page_menu( $args = array() ) {
|
||||
$menu = '<ul>' . $menu . '</ul>';
|
||||
|
||||
$menu = '<div class="' . $args['menu_class'] . '">' . $menu . "</div>\n";
|
||||
$menu = apply_filters( 'wp_page_menu', $menu, $args );
|
||||
$menu = apply_filters( 'wp_page_menu', $menu, $args );
|
||||
if ( $args['echo'] )
|
||||
echo $menu;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user