Ticket #37591: 37591.diff
File 37591.diff, 420 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/class-wp-term-query.php
641 641 $cache = array_map( 'get_term', $cache ); 642 642 } 643 643 644 return $cache; 644 $this->terms = $cache; 645 return $this->terms; 645 646 } 646 647 647 648 if ( 'count' == $_fields ) {