Changeset 570563
- Timestamp:
- 07/11/2012 11:29:57 AM (14 years ago)
- Location:
- tailored-tools
- Files:
-
- 24 added
- 2 edited
-
tags/1.3.4 (added)
-
tags/1.3.4/form.contact.php (added)
-
tags/1.3.4/form.sample.php (added)
-
tags/1.3.4/lib (added)
-
tags/1.3.4/lib/class.akismet.php (added)
-
tags/1.3.4/lib/class.ayah.php (added)
-
tags/1.3.4/lib/class.forms.php (added)
-
tags/1.3.4/lib/class.recaptcha.php (added)
-
tags/1.3.4/lib/countries.php (added)
-
tags/1.3.4/lib/json.php (added)
-
tags/1.3.4/lib/lib.ayah.php (added)
-
tags/1.3.4/lib/recaptchalib.php (added)
-
tags/1.3.4/lib/tinymce.php (added)
-
tags/1.3.4/readme.txt (added)
-
tags/1.3.4/resource (added)
-
tags/1.3.4/resource/admin.css (added)
-
tags/1.3.4/resource/custom.css (added)
-
tags/1.3.4/resource/exclaim.gif (added)
-
tags/1.3.4/resource/icons.png (added)
-
tags/1.3.4/resource/loader.js (added)
-
tags/1.3.4/resource/mce-icon.gif (added)
-
tags/1.3.4/resource/tinymce.js.php (added)
-
tags/1.3.4/shortcodes.php (added)
-
tags/1.3.4/tools.php (added)
-
trunk/lib/class.forms.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tailored-tools/trunk/lib/class.forms.php
r566843 r570563 73 73 add_action('template_redirect', array(&$this,'process_form')); 74 74 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); 76 76 // In case we need to tie-in with a particular form 77 77 add_action('wp_print_footer_scripts ', array(&$this,'print_footer_scripts')); -
tailored-tools/trunk/readme.txt
r566845 r570563 4 4 Requires at least: 3.0 5 5 Tested up to: 3.4.1 6 Stable tag: 1.3. 36 Stable tag: 1.3.4 7 7 8 8 Contains some helper classes to help you build custom forms. … … 51 51 == Changelog == 52 52 53 = 1.3.4 = 54 * Fix to apply 'required' class to datepicker elements 55 * Fix the email header filter 56 53 57 = 1.3.3 = 54 58 * Fix the TinyMCE icon
Note: See TracChangeset
for help on using the changeset viewer.