summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-07-10 12:37:16 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-07-10 12:37:16 +0000
commitf5dbb8f0309a02568e9ae4e630b33a19aa711087 (patch)
tree46b34d581fef360290b8b4c477427c4011545c1e
parent2b693f3afd3f1d6088201cadb0b6d54ec9db0caa (diff)
downloadwordpress-mu-f5dbb8f0309a02568e9ae4e630b33a19aa711087.tar.gz
wordpress-mu-f5dbb8f0309a02568e9ae4e630b33a19aa711087.tar.xz
wordpress-mu-f5dbb8f0309a02568e9ae4e630b33a19aa711087.zip
Change login link to wp_register()
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1365 7be80a69-a1ef-0310-a953-fb0f7c49ff36
-rw-r--r--wp-content/themes/home/home.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-content/themes/home/home.php b/wp-content/themes/home/home.php
index ac4754c..80cc898 100644
--- a/wp-content/themes/home/home.php
+++ b/wp-content/themes/home/home.php
@@ -4,7 +4,7 @@
<h2>WordPress &micro;</h2>
<p>This is a <a href="http://mu.wordpress.org/">WordPress Mu</a> powered site.</p>
-<p>You can: <ul><li> <a href="wp-login.php">Login</a> </li><li> <a href="wp-signup.php">Create a new blog</a></li><li> Edit this file at <code>wp-content/themes/home/home.php</code> with your favourite text editor and customize this screen.</li></ul></p>
+<p>You can: <ul><?php wp_register(); ?><li> <?php wp_loginout(); ?></li><li> <a href="wp-signup.php">Create a new blog</a></li><li> Edit this file at <code>wp-content/themes/home/home.php</code> with your favourite text editor and customize this screen.</li></ul></p>
<h3>The Latest News</h3>
<ul>
<strong>Site News</strong>