PluginProbe
WP Coder – Insert & Manage Code Snippets / 3.5.1
WP Coder – Insert & Manage Code Snippets v3.5.1
4.5.1 1.1 2.3.1 2.3.2 2.4.1 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1 3.1.1 3.2 3.2.1 3.3 3.4 3.5 3.5.1 All 39 releases
← All changes | classes/Dashboard/ListTable.php +1 -1 3.53.5.1 View file →
@@ -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 }