summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-08-12 16:14:42 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-08-12 16:14:42 +0000
commitbab47a6d03ead920a314be320c26ea3c50b0062a (patch)
tree839013eaa92049e7356da1dcdf39d527a5eb3134 /index.php
parentfa5d1271d065dd7dfb6a019f798c71194e0d4c02 (diff)
downloadwordpress-mu-bab47a6d03ead920a314be320c26ea3c50b0062a.tar.gz
wordpress-mu-bab47a6d03ead920a314be320c26ea3c50b0062a.tar.xz
wordpress-mu-bab47a6d03ead920a314be320c26ea3c50b0062a.zip
Fixed more typos, thanks Jason.
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@181 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
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 <a href=\"SITE_URL\">SITE_NAME</a>. 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 <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' ) {