mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Some more MS cleanups. see #12460
git-svn-id: https://develop.svn.wordpress.org/trunk@13965 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -330,9 +330,9 @@ if ( isset( $_GET['updated'] ) && $_GET['updated'] == 'true' && ! empty( $_GET['
|
||||
<?php
|
||||
if ( apply_filters( 'show_adduser_fields', true ) ) :
|
||||
?>
|
||||
<div class="wrap">
|
||||
<h2><?php _e( 'Add user' ) ?></h2>
|
||||
<form action="ms-edit.php?action=adduser" method="post" id="form-add-user">
|
||||
<div class="wrap" id="form-add-user">
|
||||
<h3><?php _e( 'Add User' ) ?></h3>
|
||||
<form action="ms-edit.php?action=adduser" method="post">
|
||||
<table class="form-table">
|
||||
<tr class="form-field form-required">
|
||||
<th scope="row"><?php _e( 'Username' ) ?></th>
|
||||
|
||||
Reference in New Issue
Block a user