Strict Standards WP_DEBUG error
-
Line 48 of nav-menu-images/inc/walker.php is throwing an error when WP_DEBUG is enabled.
public function start_el( &$output, $item, $depth, $args )
should be:
public function start_el( &$output, $item, $depth = 0, $args = array(), $id = 0 )
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Strict Standards WP_DEBUG error’ is closed to new replies.