Plugin Directory

Changeset 1485772


Ignore:
Timestamp:
08/29/2016 04:48:44 PM (10 years ago)
Author:
kiranantony
Message:

fix issue with required class

Location:
jetpack-subscription-form/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • jetpack-subscription-form/trunk/jetpack-subscription.php

    r1483762 r1485772  
    33  Plugin Name: Jetpack Subscription Form
    44  Description: Customizable subscription UI for Jetpack
    5   Version: 1.1.2
     5  Version: 1.1.3
    66  Author: Kiran Antony
    77  Author URI: http://www.kiranantony.com
     
    164164                            echo '<div id="subscribe-inner">';
    165165                        ?>
    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 ); ?>" />
    167167                    <?php
    168168                    if (!$remove_p_tags_caza_jet)
  • jetpack-subscription-form/trunk/readme.txt

    r1483762 r1485772  
    66Requires at least: 3.1.2
    77Tested up to: 4.6
    8 Stable tag: 1.1.2
     8Stable tag: 1.1.3
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5151== 1.1.2 ==
    5252* 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.