Don't forget to pass args. Props Mike Little. fixes #2668
git-svn-id: http://svn.automattic.com/wordpress/trunk@3715 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -644,7 +644,7 @@ class Walker_Category extends Walker {
|
||||
return $output;
|
||||
}
|
||||
|
||||
function end_el($output, $page, $depth) {
|
||||
function end_el($output, $page, $depth, $args) {
|
||||
if ( 'list' != $args['style'] )
|
||||
return $output;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user