Remove notoptions caching. Multile rewrite_rules options were being created. See #3692 #2268

git-svn-id: https://develop.svn.wordpress.org/trunk@4831 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2007-01-30 01:43:39 +00:00
parent 13a2f96ea7
commit b0f28a6dff
7 changed files with 34 additions and 16 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.2-bleeding';
$wp_db_version = 4772;
$wp_db_version = 4815;
?>