Change link to deprecated wp-register.php. Props Nazgul. fixes #3802

git-svn-id: https://develop.svn.wordpress.org/trunk@4942 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2007-02-25 13:43:21 +00:00
parent a153fb5192
commit 5255846796
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ foreach ( (array) $roleclass as $user_object ) {
<div class="narrow">
<?php echo '<p>'.sprintf(__('Users can <a href="%1$s">register themselves</a> or you can manually create users here.'), get_option('siteurl').'/wp-register.php').'</p>'; ?>
<?php echo '<p>'.sprintf(__('Users can <a href="%1$s">register themselves</a> or you can manually create users here.'), get_option('siteurl').'/wp-login.php?action=register').'</p>'; ?>
<form action="#add-new-user" method="post" name="adduser" id="adduser">
<?php wp_nonce_field('add-user') ?>
<table class="editform" width="100%" cellspacing="2" cellpadding="5">