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 | settings/typography.php +7 -7 1.4.21.2.3 View file →
@@ -5,9 +5,9 @@
5 5 'type' => 'postbox',
6 6 'label' => 'Typography Settings',
7 7 'options' => array(
8 8 'typography' => array(
9 - 'label' => __( 'Enable Typography Options', 'customify' ),
9 + 'label' => __( 'Enable Typography Options', 'pixcustomify_txtd' ),
10 10 'default' => true,
11 11 'type' => 'switch',
12 12 'show_group' => 'typography_group',
13 13 'display_option' => true
@@ -17,17 +17,17 @@
17 17 'type' => 'group',
18 18 'options' => array(
19 19 'typography_standard_fonts' => array(
20 20 'name' => 'typography_standard_fonts',
21 - 'label' => __( 'Use Standard fonts:', 'customify' ),
22 - 'desc' => __( 'Would you like them?', 'customify' ),
21 + 'label' => __( 'Use Standard fonts:', 'pixcustomify_txtd' ),
22 + 'desc' => __( 'Would you like them?', 'pixcustomify_txtd' ),
23 23 'default' => true,
24 24 'type' => 'switch',
25 25 ),
26 26 'typography_google_fonts' => array(
27 27 'name' => 'typography_google_fonts',
28 - 'label' => __( 'Use Google fonts:', 'customify' ),
29 - 'desc' => __( 'Would you like them?', 'customify' ),
28 + 'label' => __( 'Use Google fonts:', 'pixcustomify_txtd' ),
29 + 'desc' => __( 'Would you like them?', 'pixcustomify_txtd' ),
30 30 'default' => true,
31 31 'type' => 'switch',
32 32 'show_group' => 'typography_google_fonts_group',
33 33 'display_option' => true
@@ -36,10 +36,10 @@
36 36 'type' => 'group',
37 37 'options' => array(
38 38 'typography_group_google_fonts' => array(
39 39 'name' => 'typography_standard_fonts',
40 - 'label' => __( 'Group Google fonts:', 'customify' ),
41 - 'desc' => __( 'You can chose to see the google fonts in groups', 'customify' ),
40 + 'label' => __( 'Group Google fonts:', 'pixcustomify_txtd' ),
41 + 'desc' => __( 'You can chose to see the google fonts in groups', 'pixcustomify_txtd' ),
42 42 'default' => true,
43 43 'type' => 'switch',
44 44 ),
45 45 )