Renamed b2register -> wp-register

git-svn-id: http://svn.automattic.com/wordpress/trunk@586 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2003-12-08 01:32:17 +00:00
parent 74c34c628d
commit 202a3302b2
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 />