Revert accidental inclusion of another patch in [14734]. Doh. Reviewing that one next!

git-svn-id: https://develop.svn.wordpress.org/trunk@14735 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2010-05-19 05:15:06 +00:00
parent 3aebd43d6f
commit 029fa3a7d5
3 changed files with 8 additions and 8 deletions

View File

@@ -134,7 +134,7 @@ if ( isset( $_GET['updated'] ) && $_GET['updated'] == 'true' && ! empty( $_GET['
<option value="notspam"><?php _ex( 'Not Spam', 'user' ); ?></option>
</select>
<input type="submit" value="<?php esc_attr_e( 'Apply' ); ?>" name="doaction" id="doaction" class="button-secondary action" />
<?php wp_nonce_field( 'bulk-ms-users', '_wpnonce_bulk-ms-users' ); ?>
<?php wp_nonce_field( 'bulk-ms-users' ); ?>
</div>
<?php if ( $page_links ) { ?>
@@ -355,7 +355,7 @@ if ( apply_filters( 'show_adduser_fields', true ) ) :
</tr>
</table>
<p class="submit">
<?php wp_nonce_field( 'add-user', '_wpnonce_add-user' ) ?>
<?php wp_nonce_field( 'add-user' ) ?>
<input class="button" type="submit" value="<?php esc_attr_e( 'Add user' ) ?>" /></p>
</form>
</div>