Wordpress/tests/phpunit/tests/term
2014-05-23 19:58:52 +00:00
..
cache.php Partially revert [27101], [27102], [27141], and [27142]. Those commits introduced new functions to sync up cache invalidation events. The current commit alters existing internals. 2014-02-11 16:49:11 +00:00
getTerms.php Avoid infinite recursion in get_term_children() when a term is incorrectly a parent of itself. 2014-03-29 06:07:17 +00:00
query.php When adding queries to tax_query: if the query's field is term_taxonomy_id, don't require taxonomy to be specified. In WP_Tax_Query::transform_query(), $query['taxonomy'] is never checked for the 'term_taxonomy_id' case because 'term_taxonomy_id' is the primary key being looked up. 2014-05-23 19:58:52 +00:00
slashes.php