'; if ( $theme_location == "menu2" ) $before_menu = '
'; $after_menu = '
'; } ob_start(); wp_nav_menu( array( 'theme_location' => $theme_location, 'container' => 'div', 'container_id' => $theme_location, 'menu_class' => $menu_class, 'menu_id' => $menu_id, 'link_before' => '', 'link_after' => '' ) ); $newmenu = ob_get_contents(); ob_end_clean(); $newmenu = preg_replace("/
  • (.*?)\n(.*?)
      \\3\n\\4