PluginProbe
Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts / 2.2.7
Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts v2.2.7
2.7.7 2.7.6 2.7.5 2.7.4 trunk 1.3 2.0.4 2.0.6 2.1.91 2.2.4 2.2.7 2.2.9 2.3.1 2.3.10 2.4.10 2.4.2 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.6.0 2.6.1 2.7.0 All 28 releases
← All changes | admin/pages/settings.php +2 -11 2.4.62.2.7 View file →
@@ -18,11 +18,11 @@
18 18 */
19 19 class WINP_SettingsPage extends WINP_Page {
20 20
21 21 /**
22 - * @param Wbcr_Factory457_Plugin $plugin
22 + * @param Wbcr_Factory419_Plugin $plugin
23 23 */
24 - public function __construct( Wbcr_Factory457_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',