Add unit tests for `get_term()`.
These tests will be useful as we begin to refactor in favor of `WP_Term`. See #14162. Built from https://develop.svn.wordpress.org/trunk@34035 git-svn-id: http://core.svn.wordpress.org/trunk@34003 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
39fb7992a9
commit
cb462fa5ab
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-34034';
|
||||
$wp_version = '4.4-alpha-34035';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue