From bab47a6d03ead920a314be320c26ea3c50b0062a Mon Sep 17 00:00:00 2001 From: donncha Date: Fri, 12 Aug 2005 16:14:42 +0000 Subject: Fixed more typos, thanks Jason. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@181 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index f039e99..82d83ce 100644 --- a/index.php +++ b/index.php @@ -409,8 +409,8 @@ We hope you enjoy your new weblog. Thanks! --The WordPress Team -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!'" ); +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 ); if( $res == 'ok' ) { -- cgit