Restore submit_button() for user-new. props markmcwilliams, see #15064.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16067 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0552424317
commit
b51eb08234
|
@ -262,9 +262,9 @@ $new_user_send_password = !$_POST || isset($_POST['send_password']);
|
|||
</tr>
|
||||
<?php } ?>
|
||||
</table>
|
||||
<p class="submit">
|
||||
<input name="adduser" type="submit" id="addusersub" class="button-primary" value="<?php esc_attr_e('Add User') ?>" />
|
||||
</p>
|
||||
|
||||
<?php submit_button( __( 'Add User '), 'primary', 'adduser', true, array( 'id' => 'addusersub' ) ); ?>
|
||||
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue