Cast class names to an array to avoid a potential warning.

props briandichiara
fixes #29743
Built from https://develop.svn.wordpress.org/trunk@30032


git-svn-id: http://core.svn.wordpress.org/trunk@30032 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Mark Jaquith
2014-10-26 23:19:19 +00:00
parent 61115c51f7
commit 11471d6415
2 changed files with 2 additions and 2 deletions

View File

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