Add unit tests for 'orderby' and 'order' param of wp_get_object_terms().

Built from https://develop.svn.wordpress.org/trunk@31233


git-svn-id: http://core.svn.wordpress.org/trunk@31214 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges 2015-01-17 20:39:44 +00:00
parent a245838c42
commit 9c99ff8fe3

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-alpha-31232';
$wp_version = '4.2-alpha-31233';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.