| @@ -344,8 +344,8 @@ | ||
| 344 | 344 | $name = WPCoder::PREFIX . '_list_action'; |
| 345 | 345 | $nonce_action = WPCoder::PREFIX . '_nonce'; |
| 346 | 346 | |
| 347 | 347 | return ! ( ! isset( $_POST[ $name ] ) || ! wp_verify_nonce( $_POST[ $name ], |
| 348 | - $nonce_action ) || ! current_user_can( 'unfiltered_html' ) ); | |
| 348 | + $nonce_action ) || ! current_user_can( 'manage_options' ) ); | |
| 349 | 349 | } |
| 350 | 350 | |
| 351 | 351 | } |