Changeset 1485772
- Timestamp:
- 08/29/2016 04:48:44 PM (10 years ago)
- Location:
- jetpack-subscription-form/trunk
- Files:
-
- 2 edited
-
jetpack-subscription.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jetpack-subscription-form/trunk/jetpack-subscription.php
r1483762 r1485772 3 3 Plugin Name: Jetpack Subscription Form 4 4 Description: Customizable subscription UI for Jetpack 5 Version: 1.1. 25 Version: 1.1.3 6 6 Author: Kiran Antony 7 7 Author URI: http://www.kiranantony.com … … 164 164 echo '<div id="subscribe-inner">'; 165 165 ?> 166 <input type="email" name="email" required="required" class=" required <?php echo esc_attr($subscribe_text_class); ?>" value="<?php echo esc_attr( $subscribe_email ); ?>" id="<?php echo esc_attr( $subscribe_field_id ) . '-' . esc_attr( $widget_id ); ?>" placeholder="<?php echo esc_attr( $subscribe_placeholder ); ?>" />166 <input type="email" name="email" required="required" class="jetpack-required <?php echo esc_attr($subscribe_text_class); ?>" value="<?php echo esc_attr( $subscribe_email ); ?>" id="<?php echo esc_attr( $subscribe_field_id ) . '-' . esc_attr( $widget_id ); ?>" placeholder="<?php echo esc_attr( $subscribe_placeholder ); ?>" /> 167 167 <?php 168 168 if (!$remove_p_tags_caza_jet) -
jetpack-subscription-form/trunk/readme.txt
r1483762 r1485772 6 6 Requires at least: 3.1.2 7 7 Tested up to: 4.6 8 Stable tag: 1.1. 28 Stable tag: 1.1.3 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 51 51 == 1.1.2 == 52 52 * Bug fix related to email field 53 == 1.1.2 == 54 * Removed Required Class From email field
Note: See TracChangeset
for help on using the changeset viewer.