Widgets: Add tests for dynamic_sidebar() where sidebars were registered with 1) no supplied ID, 2) a numeric ID, 3) a string ID.

See #17078.

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


git-svn-id: http://core.svn.wordpress.org/trunk@34781 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-10-04 04:44:27 +00:00
parent 1438ad7bb8
commit a0c6f8cca2

View File

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