PluginProbe
Customify / 1.2.3
Customify v1.2.3
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 | plugin-config.php +3 -4 1.7.01.2.3 View file →
@@ -13,9 +13,9 @@
13 13
14 14 return array(
15 15 'plugin-name' => 'pixcustomify',
16 16 'settings-key' => 'pixcustomify_settings',
17 - 'textdomain' => 'customify',
17 + 'textdomain' => 'pixcustomify_txtd',
18 18 'template-paths' => array(
19 19 $basepath . 'core/views/form-partials/',
20 20 $basepath . 'views/form-partials/',
21 21 ),
@@ -24,9 +24,8 @@
24 24 'general' => include 'settings/general' . EXT,
25 25 'output' => include 'settings/output' . EXT,
26 26 'typography' => include 'settings/typography' . EXT,
27 27 'css_editor' => include 'settings/css_editor' . EXT,
28 - 'tools' => include 'settings/tools' . EXT,
29 28 ),
30 29 'processor' => array(
31 30 // callback signature: (array $input, customifyProcessor $processor)
32 31 'preupdate' => array(
@@ -43,9 +42,9 @@
43 42 'checks' => array(
44 43 'counter' => array( 'is_numeric', 'not_empty' ),
45 44 ),
46 45 'errors' => array(
47 - 'not_empty' => __( 'Invalid Value.', 'customify' ),
46 + 'not_empty' => __( 'Invalid Value.', pixcustomify::textdomain() ),
48 47 ),
49 48 // 'callbacks' => array(
50 49 // 'save_settings' => 'save_customizer_plugin_settings'
51 50 // ),
@@ -58,5 +57,5 @@
58 57 'default_options' => array(
59 58
60 59 )
61 60
62 -); # config
61 +); # config