Plugin Directory

Changeset 609864


Ignore:
Timestamp:
10/09/2012 03:34:44 AM (13 years ago)
Author:
amolnw2778
Message:

fixed - checkboxes always remain checked

File:
1 edited

Legend:

Unmodified
Added
Removed
  • navayan-subscribe/trunk/ny-subscribe-functions.php

    r603975 r609864  
    5353            'type'  => 'checkbox',
    5454            'label' => __('Use HTML5 placeholder instead label text'),
    55             'val'       => 1
     55            'val'       => 0
    5656        ),
    5757        array(
     
    5959            'type'  => 'checkbox',
    6060            'label' => __('Hide subscribe form after success'),
    61             'val'       => 1
     61            'val'       => 0
    6262        ),
    6363        array(
Note: See TracChangeset for help on using the changeset viewer.