| @@ -18,11 +18,11 @@ | ||
| 18 | 18 | */ |
| 19 | 19 | class WINP_SettingsPage extends WINP_Page { |
| 20 | 20 | |
| 21 | 21 | /** |
| 22 | - * @param Wbcr_Factory458_Plugin $plugin | |
| 22 | + * @param Wbcr_Factory419_Plugin $plugin | |
| 23 | 23 | */ |
| 24 | - public function __construct( Wbcr_Factory458_Plugin $plugin ) { | |
| 24 | + public function __construct( Wbcr_Factory419_Plugin $plugin ) { | |
| 25 | 25 | $this->menu_post_type = WINP_SNIPPETS_POST_TYPE; |
| 26 | 26 | |
| 27 | 27 | $this->id = "settings"; |
| 28 | 28 | $this->menu_title = __( 'Settings', 'insert-php' ); |
| @@ -80,17 +80,8 @@ | ||
| 80 | 80 | 'name' => 'keep_html_entities', |
| 81 | 81 | 'title' => __( 'Keep the HTML entities, don\'t convert to its character', 'insert-php' ), |
| 82 | 82 | 'default' => false, |
| 83 | 83 | 'hint' => __( 'If you want to use an HTML entity in your code (for example > or "), but the editor keeps on changing them to its equivalent character (> and " for the previous example), then you might want to enable this option.', 'insert-php' ) |
| 84 | - ]; | |
| 85 | - | |
| 86 | - $options[] = [ | |
| 87 | - 'type' => 'checkbox', | |
| 88 | - 'way' => 'buttons', | |
| 89 | - 'name' => 'execute_shortcode', | |
| 90 | - 'title' => __( 'Execute shortcodes in snippets', 'insert-php' ), | |
| 91 | - 'default' => false, | |
| 92 | - 'hint' => __( 'Execute shortcodes in the snippet code before executing the snippet.', 'insert-php' ) | |
| 93 | 84 | ]; |
| 94 | 85 | |
| 95 | 86 | $options[] = [ |
| 96 | 87 | 'type' => 'checkbox', |