summaryrefslogtreecommitdiffstats
path: root/wp-inst
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-08-16 11:30:48 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-08-16 11:30:48 +0000
commitd929939e30810031cd02db2f635aa0dd82ab56b9 (patch)
treeee44a73b1d134750f3bcdf55d5e5478c1203d00f /wp-inst
parent0dfcf5d58879939502ce29ddcce3ff48a1f66b36 (diff)
downloadwordpress-mu-d929939e30810031cd02db2f635aa0dd82ab56b9.tar.gz
wordpress-mu-d929939e30810031cd02db2f635aa0dd82ab56b9.tar.xz
wordpress-mu-d929939e30810031cd02db2f635aa0dd82ab56b9.zip
Make generic
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@195 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst')
-rw-r--r--wp-inst/wp-login.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/wp-inst/wp-login.php b/wp-inst/wp-login.php
index 6d30e82..7827a41 100644
--- a/wp-inst/wp-login.php
+++ b/wp-inst/wp-login.php
@@ -52,7 +52,7 @@ do_action('lost_password');
</head>
<body>
<div id="login">
-<h1><a href="http://wordpress.org/">WordPress</a></h1>
+<h1><a href="http://<?php echo $current_site->domain . $current_site->path ?>"><?php echo $current_site->site_name ?></a></h1>
<p><?php _e('Please enter your information here. We will send you a new password.') ?></p>
<?php
if ($error)
@@ -218,7 +218,7 @@ default:
<body>
<div id="login">
-<h1><a href="http://wordpress.org/">WordPress</a></h1>
+<h1><a href="http://<?php echo $current_site->domain . $current_site->path ?>"><?php echo $current_site->site_name ?></a></h1>
<?php
if ( $error )
echo "<div id='login_error'>$error</div>";