summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-08-12 11:33:00 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-08-12 11:33:00 +0000
commitac2d414e00c5a51ac627a42e474b80badf9cf07b (patch)
tree89f0ab2482e04a1e0b41df767084368209339429 /index.php
parent88431cbab4eb6dcc00a3c37ce64b5d448314ad59 (diff)
downloadwordpress-mu-ac2d414e00c5a51ac627a42e474b80badf9cf07b.tar.gz
wordpress-mu-ac2d414e00c5a51ac627a42e474b80badf9cf07b.tar.xz
wordpress-mu-ac2d414e00c5a51ac627a42e474b80badf9cf07b.zip
Same typo.. oops.
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@173 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 f1224d4..f039e99 100644
--- a/index.php
+++ b/index.php
@@ -410,7 +410,7 @@ We hope you enjoy your new weblog.
--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 <a href=\"SITE_URL\">SITE_NAME</a>. This is your first post. Edit or delete it, then start blogging!')";
+ $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 );
if( $res == 'ok' ) {