Add unit tests for 'show_option_all' behavior of wp_list_categories().

See #21881.
Built from https://develop.svn.wordpress.org/trunk@31301


git-svn-id: http://core.svn.wordpress.org/trunk@31282 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges 2015-01-30 01:40:23 +00:00
parent 5ac0568ee3
commit 1f51936d8c

View File

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