summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}
}