Renamed b2register -> wp-register

git-svn-id: https://develop.svn.wordpress.org/trunk@586 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2003-12-08 01:32:17 +00:00
parent 49ece891d7
commit 1cb1de47b5
2 changed files with 2 additions and 2 deletions

View File

@ -281,7 +281,7 @@ default:
<p>
<a href="<?php echo $siteurl?>" title="Are you lost?">Back to blog?</a><br />
<?php if ($users_can_register) { ?>
<a href="<?php echo $siteurl; ?>/b2register.php" title="Register to be an author">Register?</a><br />
<a href="<?php echo $siteurl; ?>/wp-register.php" title="Register to be an author">Register?</a><br />
<?php } ?>
<a href="<?php echo $siteurl; ?>/b2login.php?action=lostpassword" title="Password Lost and Found">Lost your password?</a>
</p>

View File

@ -178,7 +178,7 @@ default:
<div id="login">
<h2>Registration</h2>
<form method="post" action="b2register.php">
<form method="post" action="wp-register.php">
<input type="hidden" name="action" value="register" />
<label for="user_login">Login:</label> <input type="text" name="user_login" id="user_login" size="10" maxlength="20" /><br />
<label for="pass1">Password:</label> <input type="password" name="pass1" id="pass1" size="10" maxlength="100" /><br />