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