mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-21 11:09:37 +01:00
Renamed b2register -> wp-register
git-svn-id: http://svn.automattic.com/wordpress/trunk@586 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
74c34c628d
commit
202a3302b2
@ -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>
|
||||
|
@ -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 />
|
Loading…
Reference in New Issue
Block a user