Plugin Directory

Changeset 1799566


Ignore:
Timestamp:
01/09/2018 09:11:07 AM (8 years ago)
Author:
aiyaz
Message:

updated version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cf7-field-validation/trunk/cf7-custom-validation.php

    r1799564 r1799566  
    44Plugin URI: https://wordpress.org/plugins/cf7-field-validation/
    55Description: Contact Form 7 validation messages provide custom error messages for each field.
    6 Version: 1.1
     6Version: 1.1.2
    77Author: Aiyaz, maheshpatel 
    88Author URI: https://profiles.wordpress.org/aiyaz
     
    1515    $tags = $contact_form->scan_form_tags(); 
    1616    $post_id = $contact_form->id();
     17
    1718    foreach ($tags as $value)
    1819    {
     
    3132    $tags = $instance->form_scan_shortcode(); 
    3233    $post_id = $instance->id();
    33 
     34     
    3435    foreach ($tags as $value) {
    3536   
Note: See TracChangeset for help on using the changeset viewer.