wordpress-develop/tests/phpunit/tests/term
Boone Gorges 5e71d5f21e Improve cleanup of cached term_ids after shared terms are split.
* If the split term ID is stored as 'default_category', 'default_link_category', or 'default_email_category', update it to the new ID.
* If the split term ID is associated with a nav menu item, update that piece of postmeta to the new ID.

Props mboynes.
See #30335.

git-svn-id: https://develop.svn.wordpress.org/trunk@30494 602fd350-edb4-49c9-b593-d223f7449a82
2014-11-21 03:16:08 +00:00
..
cache.php Clean up cache invalidation suspension global in unit tests. 2014-10-30 04:14:53 +00:00
getTerms.php Don't force child_of=0 for non-hierarchical taxonomies in get_terms(). 2014-11-06 21:46:18 +00:00
isObjectInTerm.php In in_object_in_term(), only check numeric string values against term_id. 2014-11-03 14:24:23 +00:00
query.php Improve WP_Tax_Query param sanitization for empty strings. 2014-10-26 22:56:36 +00:00
slashes.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
splitSharedTerm.php Improve cleanup of cached term_ids after shared terms are split. 2014-11-21 03:16:08 +00:00
termExists.php Move term_exists() tests to their own file. 2014-10-30 18:52:37 +00:00