Prevent non-option form elements from sneaking in to the options table. fixes #2595

git-svn-id: https://develop.svn.wordpress.org/trunk@4332 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2006-10-04 12:18:28 +00:00
parent 96f6de2526
commit 191607d7bd
3 changed files with 14 additions and 6 deletions

View File

@@ -3,6 +3,6 @@
// This holds the version number in a separate file so we can bump it without cluttering the SVN
$wp_version = '2.1-alpha3';
$wp_db_version = 3845;
$wp_db_version = 3846;
?>