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:
parent
a153fb5192
commit
5255846796
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user