Make WordPress Core


Ignore:
Timestamp:
02/11/2016 04:32:08 AM (9 years ago)
Author:
boonebgorges
Message:

Remove unused variable from get_terms().

Unused since [31284].

Props TimothyBlynJacobs.
Fixes #35784.

File:
1 edited

Legend:

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

    r36485 r36508  
    11351135    $empty_array = array();
    11361136
    1137     $single_taxonomy = ! is_array( $taxonomies ) || 1 === count( $taxonomies );
    11381137    if ( ! is_array( $taxonomies ) ) {
    11391138        $taxonomies = array( $taxonomies );
Note: See TracChangeset for help on using the changeset viewer.