Twenty Fourteen: fix escaping and minor code style issues. See #29127.

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


git-svn-id: http://core.svn.wordpress.org/trunk@31231 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett
2015-01-20 19:03:23 +00:00
parent 109d87363d
commit 17f69a89d4
9 changed files with 13 additions and 13 deletions

View File

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