mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user