summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-08-12 11:31:41 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-08-12 11:31:41 +0000
commit88431cbab4eb6dcc00a3c37ce64b5d448314ad59 (patch)
tree23df9b420ffb5811bcc3f333abc6fdc1dc889568 /index.php
parentfa60a2d0c64fa29e8f1f70298da44e360e0d66bd (diff)
downloadwordpress-mu-88431cbab4eb6dcc00a3c37ce64b5d448314ad59.tar.gz
wordpress-mu-88431cbab4eb6dcc00a3c37ce64b5d448314ad59.tar.xz
wordpress-mu-88431cbab4eb6dcc00a3c37ce64b5d448314ad59.zip
Small typo
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@172 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
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 <a href=\"SITE_URL\">SITE_NAME</a>. This is your first post. Edit or delete it, then start blogging!')";
$res = createBlog( $domain, $base, 'admin', $weblog_title, $email );