Changeset 2179167
- Timestamp:
- 10/24/2019 10:03:22 AM (6 years ago)
- File:
-
- 1 edited
-
metapic/trunk/classes/WP_MTPC_Settings.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
metapic/trunk/classes/WP_MTPC_Settings.php
r2179166 r2179167 32 32 update_site_option( 'mtpc_force_ssl', 33 33 (bool) $_POST['mtpc_force_ssl'] ); 34 update_site_option( 'mtpc_commercial_interest_message',35 (bool) $_POST['mtpc_commercial_interest_message'] );34 update_site_option( 'mtpc_commercial_interest_message', 35 (bool) $_POST['mtpc_commercial_interest_message'] ); 36 36 37 37 $posted_api_url = isset( $_POST['mtpc_api_url'] ) … … 48 48 $new_api_key = $_POST['api_key']; 49 49 $new_secret_key = $_POST['secret_key']; 50 50 51 51 $reset_blogs = false; 52 52 $update_auto_link_default = ( $auto_link_default !== $auto_link_default_update ); … … 134 134 update_option( 'mtpc_deeplink_auto_default', 135 135 (bool) $_POST['mtpc_deeplink_auto_default'] ); 136 137 update_option( 'mtpc_commercial_interest_message',138 (bool) $_POST['mtpc_commercial_interest_message'] );136 137 update_option( 'mtpc_commercial_interest_message', 138 (bool) $_POST['mtpc_commercial_interest_message'] ); 139 139 140 140 if ( $is_debug ) {
Note: See TracChangeset
for help on using the changeset viewer.