Changeset 2179170
- Timestamp:
- 10/24/2019 10:03:41 AM (6 years ago)
- File:
-
- 1 edited
-
metapic/trunk/classes/WP_MTPC_Settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
metapic/trunk/classes/WP_MTPC_Settings.php
r2179167 r2179170 133 133 } else { 134 134 update_option( 'mtpc_deeplink_auto_default', 135 (bool)$_POST['mtpc_deeplink_auto_default'] );135 @$_POST['mtpc_deeplink_auto_default'] ); 136 136 137 137 update_option( 'mtpc_commercial_interest_message', 138 (bool)$_POST['mtpc_commercial_interest_message'] );138 @$_POST['mtpc_commercial_interest_message'] ); 139 139 140 140 if ( $is_debug ) {
Note: See TracChangeset
for help on using the changeset viewer.