Revert accidental bits that snuck in with [8376]. see #7227

git-svn-id: https://develop.svn.wordpress.org/trunk@8377 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-07-19 19:00:56 +00:00
parent 9ba30a1b30
commit 686e7e79aa
2 changed files with 8 additions and 24 deletions

View File

@@ -15,6 +15,6 @@ $wp_version = '2.7-bleeding';
*
* @global int $wp_db_version
*/
$wp_db_version = 8370;
$wp_db_version = 8202;
?>