| @@ -6,26 +6,26 @@ | ||
| 6 | 6 | 'label' => 'Output Settings', |
| 7 | 7 | 'options' => array( |
| 8 | 8 | 'style_resources_location' => array( |
| 9 | 9 | 'name' => 'style_resources_location', |
| 10 | - 'label' => __( 'Styles location:', 'pixcustomify_txtd' ), | |
| 11 | - 'desc' => __( 'Here you can decide where to put your style output, in header or footer', 'pixcustomify_txtd' ), | |
| 10 | + 'label' => __( 'Styles location:', 'customify' ), | |
| 11 | + 'desc' => __( 'Here you can decide where to put your style output, in header or footer', 'customify' ), | |
| 12 | 12 | 'default' => 'wp_footer', |
| 13 | 13 | 'type' => 'select', |
| 14 | 14 | 'options' => array( |
| 15 | - 'wp_head' => __( "In header (just before the head tag)", 'pixcustomify_txtd' ), | |
| 16 | - 'wp_footer' => __( "Footer (just before the end of the body tag)", 'pixcustomify_txtd' ), | |
| 15 | + 'wp_head' => __( "In header (just before the head tag)", 'customify' ), | |
| 16 | + 'wp_footer' => __( "Footer (just before the end of the body tag)", 'customify' ), | |
| 17 | 17 | ), |
| 18 | 18 | ), |
| 19 | 19 | // 'script_resources_location' => array( |
| 20 | 20 | // 'name' => 'script_resources_location', |
| 21 | -// 'label' => __( 'Script location:', 'pixcustomify_txtd' ), | |
| 22 | -// 'desc' => __( 'Here you can decide where to put your scripts output, in header or footer', 'pixcustomify_txtd' ), | |
| 21 | +// 'label' => __( 'Script location:', 'customify' ), | |
| 22 | +// 'desc' => __( 'Here you can decide where to put your scripts output, in header or footer', 'customify' ), | |
| 23 | 23 | // 'default' => 'wp_footer', |
| 24 | 24 | // 'type' => 'select', |
| 25 | 25 | // 'options' => array( |
| 26 | -// 'wp_head' => __( 'In <head> (just before </head>', 'pixcustomify_txtd' ), | |
| 27 | -// 'wp_footer' => __( 'Footer (just before </body>)', 'pixcustomify_txtd' ), | |
| 26 | +// 'wp_head' => __( 'In <head> (just before </head>', 'customify' ), | |
| 27 | +// 'wp_footer' => __( 'Footer (just before </body>)', 'customify' ), | |
| 28 | 28 | // ) |
| 29 | 29 | // ) |
| 30 | 30 | ) |
| 31 | 31 | ); # config |