PluginProbe
Property Hive / 2.4.0
Property Hive v2.4.0
2.4.0 2.3.1 2.3.0 2.2.6 2.2.5 2.2.4 2.2.3 2.2.2 1.4.46 1.4.47 1.4.48 1.4.49 1.4.5 1.4.50 1.4.51 1.4.52 1.4.53 1.4.54 1.4.55 1.4.56 1.4.57 1.4.58 1.4.59 1.4.6 1.4.60 All 262 releases
← All changes | includes/divi-widgets/property-bathrooms.php +4 -4 2.2.3 → 2.4.0 View file →
@@ -37,9 +37,9 @@
37 37 'class' => array( 'et-pb-font-icon' ),
38 38 'toggle_slug' => 'icon',
39 39 ),
40 40 'icon_width' => array(
41 - 'label' => esc_html__( 'Icon Size', 'et_builder' ),
41 + 'label' => esc_html__( 'Icon Size', 'propertyhive' ),
42 42 'default' => '24px',
43 43 'range_settings' => array(
44 44 'min' => '1',
45 45 'max' => '200',
@@ -45,9 +45,9 @@
45 45 'max' => '200',
46 46 'step' => '1',
47 47 ),
48 48 'toggle_slug' => 'icon_settings',
49 - 'description' => esc_html__( 'Here you can choose icon width.', 'et_builder' ),
49 + 'description' => esc_html__( 'Here you can choose icon width.', 'propertyhive' ),
50 50 'type' => 'range',
51 51 'option_category' => 'layout',
52 52 'tab_slug' => 'advanced',
53 53 'mobile_options' => true,
@@ -59,11 +59,11 @@
59 59 'hover' => 'tabs',
60 60 ),
61 61 'icon_color' => array(
62 62 'default' => et_builder_accent_color(),
63 - 'label' => esc_html__( 'Icon Colour', 'et_builder' ),
63 + 'label' => esc_html__( 'Icon Colour', 'propertyhive' ),
64 64 'type' => 'color-alpha',
65 - 'description' => esc_html__( 'Here you can define a custom color for your icon.', 'et_builder' ),
65 + 'description' => esc_html__( 'Here you can define a custom color for your icon.', 'propertyhive' ),
66 66 'tab_slug' => 'advanced',
67 67 'toggle_slug' => 'icon_settings',
68 68 'hover' => 'tabs',
69 69 'mobile_options' => true,