Twenty Twelve: more fixes for escaping and minor code style issues. See #29127.

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


git-svn-id: http://core.svn.wordpress.org/trunk@31243 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett
2015-01-21 21:06:23 +00:00
parent 078de57052
commit d9cda71f18
3 changed files with 9 additions and 11 deletions

View File

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