Changeset 1804560
- Timestamp:
- 01/17/2018 02:18:04 PM (8 years ago)
- Location:
- simplest-form/trunk
- Files:
-
- 4 edited
-
readme.txt (modified) (2 diffs)
-
simplestform.php (modified) (1 diff)
-
src/Simplestform/Admin.php (modified) (2 diffs)
-
src/Simplestform/Frontend.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simplest-form/trunk/readme.txt
r1782511 r1804560 3 3 Tags: contact form, form 4 4 Requires at least: 4.7 5 Tested up to: 4.9 6 Stable tag: 2.0. 15 Tested up to: 4.9.2 6 Stable tag: 2.0.2 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 34 34 35 35 == Changelog == 36 37 = 2.0.2 = 38 * Small bugfix 36 39 37 40 = 2.0.1 = -
simplest-form/trunk/simplestform.php
r1782511 r1804560 7 7 Author: TRe Technology And Research S.r.l. 8 8 Author URI: http://www.tresrl.it 9 Version: 2.0. 19 Version: 2.0.2 10 10 License: GPL-2.0+ 11 11 */ -
simplest-form/trunk/src/Simplestform/Admin.php
r1781292 r1804560 129 129 130 130 /* 131 * Regi ter custom post.131 * Register custom post. 132 132 * 133 133 */ … … 178 178 179 179 } 180 181 182 delete_option ( $this->get_prefix().'option_api_last_check' );183 180 184 181 } // submit -
simplest-form/trunk/src/Simplestform/Frontend.php
r1781292 r1804560 144 144 // check if settings are saved 145 145 $main_recipient = get_option( $this->get_prefix().'option_to_email' ); 146 146 ob_start(); 147 147 if ( $main_recipient === false ) { 148 148 … … 156 156 157 157 } 158 return ob_get_clean(); 158 159 159 160
Note: See TracChangeset
for help on using the changeset viewer.