Skip to content

Commit a778099

Browse files
authored
Remove duplicate nonce fields (#1945)
1 parent db2ffef commit a778099

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

templates/followers-list.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
<form method="post">
4646
<input type="hidden" name="page" value="<?php echo esc_attr( $_page ); ?>" />
4747
<input type="hidden" name="tab" value="<?php echo esc_attr( $_tab ); ?>" />
48-
<?php wp_nonce_field( 'bulk-' . $followers_list_table->_args['plural'] ); ?>
4948
<?php $followers_list_table->display(); ?>
5049
</form>
5150
</div>

templates/following-list.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
<form method="post">
4747
<input type="hidden" name="page" value="<?php echo esc_attr( $_page ); ?>" />
4848
<input type="hidden" name="tab" value="<?php echo esc_attr( $_tab ); ?>" />
49-
<?php wp_nonce_field( 'bulk-' . $following_list_table->_args['plural'] ); ?>
5049
<?php $following_list_table->display(); ?>
5150
</form>
5251
<div class="form-wrap edit-term-notes">

0 commit comments

Comments
 (0)