来自类Walker_Nav_Menu
更换此线路
function start_el(&$output, $category, $depth, $args) {
至
function start_el(&$output, $category, $depth = 0, $args = array(), $current_object_id = 0) {
<小时>
function end_lvl(&$output, $depth, $args) {
至
function end_lvl(&$output, $depth = 0, $args = array()) {
<小时>
function start_lvl(&$output, $depth, $args) {
至
function start_lvl(&$output, $depth = 0, $args = array()) {
<小时>
function end_el(&$output, $category, $depth, $args) {
至
function end_el(&$output, $category, $depth = 0, $args = array()) {