Plugin Directory

Changeset 1348367


Ignore:
Timestamp:
02/11/2016 04:20:00 PM (10 years ago)
Author:
kodeplusdev
Message:

Fixed compatibility issue with []

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kandy/tags/2.3.0/kandy-shortcode.php

    r1265749 r1348367  
    13451345                'email'     => $userEmail
    13461346            );
    1347             $errors = [];
     1347            $errors = array();
    13481348            if( !$userEmail || !is_email($userEmail)){
    13491349                $errors['customerEmail'] = __('Please provide a valid email', 'kandy');
Note: See TracChangeset for help on using the changeset viewer.