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

git-svn-id: http://svn.automattic.com/wordpress/trunk@8377 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-07-19 19:00:56 +00:00
parent 8831ea942b
commit d845973d7b
2 changed files with 8 additions and 24 deletions
+1 -1
View File
@@ -15,6 +15,6 @@ $wp_version = '2.7-bleeding';
*
* @global int $wp_db_version
*/
$wp_db_version = 8370;
$wp_db_version = 8202;
?>