Make WordPress Core

Changeset 32327


Ignore:
Timestamp:
04/29/2015 12:57:35 PM (10 years ago)
Author:
boonebgorges
Message:

Remove duplicate semicolon introduced in [32326].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/taxonomy.php

    r32326 r32327  
    39693969                continue;
    39703970
    3971             $ancestors[ $term->term_id ] = 1;;
     3971            $ancestors[ $term->term_id ] = 1;
    39723972
    39733973            if ( $children = _get_term_children( $term->term_id, $terms, $taxonomy, $ancestors) )
Note: See TracChangeset for help on using the changeset viewer.