| @@ -83,12 +83,8 @@ | ||
| 83 | 83 | if ( ! isset( $options['auto_focus'] ) ) { |
| 84 | 84 | $new_options['auto_focus'] = true; |
| 85 | 85 | } |
| 86 | 86 | |
| 87 | - if ( ! isset( $options['form_records_access_capability'] ) ) { | |
| 88 | - $new_options['form_records_access_capability'] = 'manage_options'; | |
| 89 | - } | |
| 90 | - | |
| 91 | 87 | if ( ! $new_options ) { |
| 92 | 88 | return; |
| 93 | 89 | } |
| 94 | 90 | |