Options: When updating options, make sure the user isn't trying to insert characters that aren't supported by the database character set.

See #30361.

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


git-svn-id: http://core.svn.wordpress.org/trunk@31045 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast
2015-01-07 04:15:23 +00:00
parent 727999d6fb
commit c20f6afb05
2 changed files with 11 additions and 1 deletions

View File

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