分析错误:语法错误,意外的')',应为第133行的C:\wamp\www\home\wordpress\wp-content\themes\tourpackage-v2-00\include\plugin\dropdown-menus.php中的'(‘
代码:
函数输出(&$ start_el,$depth = 0,$args =start_el)
发布于 2015-05-06 06:15:04
Array无效。
更改此设置:
function start_el (&$output, $depth = 0, $args = Array)要这样做:
function start_el( &$output, $depth = 0, $args = array() )https://stackoverflow.com/questions/30064107
复制相似问题