PluginProbe
Customify / 2.2.0
Customify v2.2.0
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/output.php +8 -8 1.2.52.2.0 View file →
@@ -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