Remove duplicate semicolon introduced in [32384].
Built from https://develop.svn.wordpress.org/branches/4.2@32426 git-svn-id: http://core.svn.wordpress.org/branches/4.2@32396 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fc3a071185
commit
e1f9360463
|
@ -3968,7 +3968,7 @@ function _get_term_children( $term_id, $terms, $taxonomy, &$ancestors = array()
|
||||||
if ( !isset($has_children[$term->term_id]) )
|
if ( !isset($has_children[$term->term_id]) )
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
$ancestors[ $term->term_id ] = 1;;
|
$ancestors[ $term->term_id ] = 1;
|
||||||
|
|
||||||
if ( $children = _get_term_children( $term->term_id, $terms, $taxonomy, $ancestors) )
|
if ( $children = _get_term_children( $term->term_id, $terms, $taxonomy, $ancestors) )
|
||||||
$term_list = array_merge($term_list, $children);
|
$term_list = array_merge($term_list, $children);
|
||||||
|
|
Loading…
Reference in New Issue