Set autoload in populate options query

git-svn-id: http://svn.automattic.com/wordpress/trunk@10768 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2009-03-11 01:07:12 +00:00
parent d10b538652
commit 04a572f4a7
2 changed files with 12 additions and 10 deletions

View File

@@ -15,6 +15,6 @@ $wp_version = '2.8-bleeding-edge';
*
* @global int $wp_db_version
*/
$wp_db_version = 10733;
$wp_db_version = 10738;
?>