mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
WP_DEBUG enabled notice fixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@9014 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -141,7 +141,7 @@ function _cat_row( $category, $level, $name_override = false ) {
|
||||
return apply_filters('cat_row', $output);
|
||||
}
|
||||
|
||||
function link_cat_row( $category ) {
|
||||
function link_cat_row( $category, $name_override = false ) {
|
||||
global $class;
|
||||
|
||||
if ( !$category = get_term( $category, 'link_category' ) )
|
||||
|
||||
Reference in New Issue
Block a user