From 88431cbab4eb6dcc00a3c37ce64b5d448314ad59 Mon Sep 17 00:00:00 2001 From: donncha Date: Fri, 12 Aug 2005 11:31:41 +0000 Subject: Small typo git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@172 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index c51ea3f..f1224d4 100644 --- a/index.php +++ b/index.php @@ -409,7 +409,7 @@ We hope you enjoy your new weblog. Thanks! --The WordPress Team -SITE_NAME')"; +SITE_NAME'" ); $wpdb->query( "INSERT INTO ".$wpdb->sitemeta." (meta_id, site_id, meta_key, meta_value) VALUES (NULL, 1, 'first_post', 'Welcome to SITE_NAME. This is your first post. Edit or delete it, then start blogging!')"; $res = createBlog( $domain, $base, 'admin', $weblog_title, $email ); -- cgit