Twenty Fifteen: only escape HTML attribute output with esc_attr(). See #30133, props ocean90.

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


git-svn-id: http://core.svn.wordpress.org/trunk@30081 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett
2014-10-28 23:08:23 +00:00
parent 865e8b5faf
commit 85d3601ef6
2 changed files with 4 additions and 4 deletions

View File

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