summaryrefslogtreecommitdiffstats
path: root/wp-activate.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-06-26 16:08:13 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-06-26 16:08:13 +0000
commita87bf7c11bce16ae23c9a8a1770dcb2f54d9cc1f (patch)
treeeb8bbce561b25d3bec6f341b5b8a312494206704 /wp-activate.php
parenta4383a13a1522aa6b9db861b732249d0a3897140 (diff)
downloadwordpress-mu-a87bf7c11bce16ae23c9a8a1770dcb2f54d9cc1f.tar.gz
wordpress-mu-a87bf7c11bce16ae23c9a8a1770dcb2f54d9cc1f.tar.xz
wordpress-mu-a87bf7c11bce16ae23c9a8a1770dcb2f54d9cc1f.zip
Fixed the login link
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@596 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-activate.php')
-rw-r--r--wp-activate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-activate.php b/wp-activate.php
index 57c3a17..651bdc8 100644
--- a/wp-activate.php
+++ b/wp-activate.php
@@ -68,7 +68,7 @@ form { margin-top: 2em; }
</td>
</tr>
</table>
-<h3 class="view"><?php printf(__('<a href="%1$s">View your site</a> or <a href="%2$s">Login</a>'), $url, 'http://' . $url . '/wp-login.php' ); ?></h3>
+<h3 class="view"><?php printf(__('<a href="%1$s">View your site</a> or <a href="%2$s">Login</a>'), $url, $url . 'wp-login.php' ); ?></h3>
<?php
}
}