Changeset 2143652
- Timestamp:
- 08/22/2019 10:17:35 AM (7 years ago)
- Location:
- 123contactform-for-wordpress/trunk
- Files:
-
- 2 edited
-
123contactform-wp-plugin.php (modified) (1 diff)
-
README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
123contactform-for-wordpress/trunk/123contactform-wp-plugin.php
r2138708 r2143652 69 69 } 70 70 else 71 if (strpos($tosearch, '[123-contact-form-eu') !== false )71 if (strpos($tosearch, '[123-contact-form-eu') !== false || strpos($tosearch, '[123-form-builder-eu') !== false) 72 72 $id = substr($tosearch, $i+22, $j-$i-22); 73 73 else -
123contactform-for-wordpress/trunk/README.txt
r2138708 r2143652 6 6 PHP version: 5.3 7 7 Tested up to: 5.2 8 Stable tag: 1.5. 58 Stable tag: 1.5.6 9 9 10 10 Contact Form plugin from www.123FormBuilder.com … … 91 91 == Changelog == 92 92 93 = 1.5.6 = 94 * Fixed forever looping for eu instance 95 93 96 = 1.5.5 = 94 97 * Fixed shortcode inserting on every click and keyup
Note: See TracChangeset
for help on using the changeset viewer.