Plugin Directory

Changeset 570563


Ignore:
Timestamp:
07/11/2012 11:29:57 AM (14 years ago)
Author:
tailoredweb
Message:

1.3.4 Minor bug-fixes.

Location:
tailored-tools
Files:
24 added
2 edited

Legend:

Unmodified
Added
Removed
  • tailored-tools/trunk/lib/class.forms.php

    r566843 r570563  
    7373        add_action('template_redirect', array(&$this,'process_form'));
    7474        add_shortcode($this->shortcode, array(&$this,'handle_shortcode'));
    75         add_filter('ttools_form_filter_email_headers', array(&$this,'filter_headers'));
     75        add_filter('ttools_form_filter_email_headers', array(&$this,'filter_headers'), 10, 2);
    7676        // In case we need to tie-in with a particular form
    7777        add_action('wp_print_footer_scripts ', array(&$this,'print_footer_scripts'));
  • tailored-tools/trunk/readme.txt

    r566845 r570563  
    44Requires at least:  3.0
    55Tested up to:       3.4.1
    6 Stable tag:         1.3.3
     6Stable tag:         1.3.4
    77
    88Contains some helper classes to help you build custom forms.
     
    5151== Changelog ==
    5252
     53= 1.3.4 =
     54* Fix to apply 'required' class to datepicker elements
     55* Fix the email header filter
     56
    5357= 1.3.3 =
    5458* Fix the TinyMCE icon
Note: See TracChangeset for help on using the changeset viewer.