瀏覽代碼

remove fallback from menu

Eddie Machado 12 年之前
父節點
當前提交
b3354d9b58
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      header.php

+ 1 - 1
header.php

@@ -66,7 +66,7 @@
         			'link_before' => '',                            // before each link
         			'link_after' => '',                             // after each link
         			'depth' => 0,                                   // limit the depth of the nav
-    					'fallback_cb' => 'bones_main_nav_fallback'      // fallback function
+    					'fallback_cb' => ''                             // fallback function (if there is one)
 						)); ?>
 
 					</nav>