summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-12-01 15:30:45 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-12-01 15:30:45 +0000
commit6a54f94f3683141d63dc94cea3bf26b336f47a05 (patch)
treeefeca7c26cd25dfecebdab7b8d5345bb3dba8e58 /index.php
parentca460de5458e35b012e643b2af4880312c06d0f6 (diff)
downloadwordpress-mu-6a54f94f3683141d63dc94cea3bf26b336f47a05.tar.gz
wordpress-mu-6a54f94f3683141d63dc94cea3bf26b336f47a05.tar.xz
wordpress-mu-6a54f94f3683141d63dc94cea3bf26b336f47a05.zip
It's "get_site_option" now, thanks Niall!
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@455 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 fb9ab4e..f05cacc 100644
--- a/index.php
+++ b/index.php
@@ -437,7 +437,7 @@ SITE_NAME')" );
do_htaccess( "wp-inst/htaccess.dist", "wp-inst/.htaccess", $realpath, $base, $url );
$illegal_names = array( "www", "web", "root", "admin", "main", "invite", "administrator", "blog" );
- add_site_settings( "illegal_names", $illegal_names );
+ add_site_option( "illegal_names", $illegal_names );
print "<p>Well Done! Your blog has been set up and you have been sent details of your login and password in an email.</p>";
print "<p>You may view your new blog by visiting <a href='".$url."'>".$url."</a>!</p>";