diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-08-25 22:06:43 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-08-25 22:06:43 +0000 |
| commit | fc17727d2e642dfeda75e441acba7af7912b0733 (patch) | |
| tree | fbfebae53ee8ba8a1d259b9339fb3fe9f89d4efd | |
| parent | 76e9e8d67e2c7a4fe33a4f6343c7cf113dfd0d56 (diff) | |
Fixed "have fun" link
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@231 7be80a69-a1ef-0310-a953-fb0f7c49ff36
| -rw-r--r-- | wp-inst/wp-admin/upgrade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-inst/wp-admin/upgrade.php b/wp-inst/wp-admin/upgrade.php index c4a176c..79da1c0 100644 --- a/wp-inst/wp-admin/upgrade.php +++ b/wp-inst/wp-admin/upgrade.php @@ -77,7 +77,7 @@ switch($step) { upgrade_all(); ?> <h2><?php _e('Step 1'); ?></h2> - <p><?php printf(__("There's actually only one step. So if you see this, you're done. <a href='%s'>Have fun</a>!"), __get_option('home')); ?></p> + <p><?php printf(__("There's actually only one step. So if you see this, you're done. <a href='%s'>Have fun</a>!"), __get_option('siteurl')); ?></p> <!-- <pre> |
