wordpress-develop/tests/phpunit/tests/term
Boone Gorges 94a9896b05 Introduced $field argument to get_term_link().
This new argument allows developers to specify which term field should be
matched by the value of the `$term` parameter (in particular, 'name' and
'term_taxonomy_id' are now supported).

Props sudar, mordauk.
Fixes #14156.

git-svn-id: https://develop.svn.wordpress.org/trunk@32553 602fd350-edb4-49c9-b593-d223f7449a82
2015-05-23 18:28:22 +00:00
..
cache.php Update individual term caches in get_terms(). 2014-12-17 16:38:44 +00:00
categoryExists.php Default $parent in category_exists() should default to null rather than 0. 2015-01-11 01:25:19 +00:00
getTermLink.php Introduced $field argument to get_term_link(). 2015-05-23 18:28:22 +00:00
getTerms.php Improve sanitization of 'name' param in get_terms(). 2015-05-05 11:13:51 +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 In term-splitting unit tests, correct incorrect wording in an inline comment. 2015-04-20 15:17:24 +00:00
termExists.php Move term_exists() tests to their own file. 2014-10-30 18:52:37 +00:00
wpDeleteObjectTermRelationships.php Add tests for wp_delete_object_term_relationships(). 2015-01-02 14:02:54 +00:00
wpGetObjectTerms.php Introduce 'parent' parameter to wp_get_object_terms(). 2015-01-23 14:56:04 +00:00
wpInsertTerm.php Move and tests to their own files. 2015-03-18 13:27:15 +00:00
wpUniqueTermSlug.php Improve unit tests for wp_unique_term_slug(). 2015-05-15 20:37:51 +00:00
wpUpdateTerm.php In term-splitting unit tests, correct incorrect wording in an inline comment. 2015-04-20 15:17:24 +00:00