PluginProbe
HurryTimer – An Scarcity and Urgency Countdown Timer for WordPress & WooCommerce / 2.2.16
HurryTimer – An Scarcity and Urgency Countdown Timer for WordPress & WooCommerce v2.2.16
2.15.0 trunk 1.0.0 1.0.1 1.1.0 1.1.1 1.1.2 1.1.3 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.1.2 2.1.3 2.1.5 2.1.6 2.1.7 2.1.8 2.10.0 All 62 releases
← All changes | includes/Utils/Form.php +3 -1 2.0.42.2.16 View file →
@@ -30,10 +30,12 @@
30 30 <span class="hurrytimer-color-preview"></span>
31 31 <input
32 32 type="text"
33 33 name="<?php echo $name ?>"
34 + placeholder="Select color"
35 + autocomplete="off"
34 36 class="hurrytimer-color-input"
35 37 value="<?php echo $value ?>" />
36 -<!-- <span class="dashicons dashicons-no-alt hurrytimer-color-clear"></span>-->
38 + <span class="dashicons dashicons-no-alt hurrytimer-color-clear"></span>
37 39 <?php
38 40 }
39 41 }