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:
Andrew Nacin
2010-04-03 11:15:51 +00:00
parent 76049e428d
commit fe922bc76d
3 changed files with 36 additions and 62 deletions

View File

@@ -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>