PluginProbe
Customify / 2.1.1
Customify v2.1.1
2.10.9 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.7.1 1.3.0 1.3.1 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.6.0 1.6.0.1 1.6.5 1.7.0 1.7.1 All 77 releases
← All changes | settings/css_editor.php +2 -2 1.2.42.1.1 View file →
@@ -5,9 +5,9 @@
5 5 'type' => 'postbox',
6 6 'label' => 'CSS Editor',
7 7 'options' => array(
8 8 'css_editor' => array(
9 - 'label' => __( 'Enable CSS Editor', 'pixcustomify_txtd' ),
9 + 'label' => __( 'Enable CSS Editor', 'customify' ),
10 10 'default' => true,
11 11 'type' => 'switch',
12 12 'show_group' => 'css_editor_group',
13 13 'display_option' => true
@@ -17,9 +17,9 @@
17 17 'type' => 'group',
18 18 'options' => array(
19 19 'css_editor_use_ace' => array(
20 20 'name' => 'typography_standard_fonts',
21 - 'label' => __( 'Use Ace Editor?', 'pixcustomify_txtd' ),
21 + 'label' => __( 'Use Ace Editor?', 'customify' ),
22 22 'default' => true,
23 23 'type' => 'switch',
24 24 )
25 25 )