Changeset 741699
- Timestamp:
- 07/16/2013 02:01:00 PM (13 years ago)
- Location:
- wp-mobile-detector
- Files:
-
- 2 edited
-
tags/1.7.9/functions.php (modified) (2 diffs)
-
trunk/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-mobile-detector/tags/1.7.9/functions.php
r741101 r741699 420 420 if($_GET['page'] == "websitez_config" || $_GET['page'] == "websitez_stats" || $_GET['page'] == "websitez_themes" || $_GET['page'] == "websitez_monetization"): 421 421 $monetization = get_option(WEBSITEZ_SHOW_MOBILE_ADS_NAME); 422 if($monetization == "false") {422 if($monetization == "false"): 423 423 $time = strtotime("+3 months", strtotime(get_option(WEBSITEZ_MONETIZATION_MESSAGE))); 424 424 $date = date("Y-m-d H:i:s", $time); … … 428 428 endif; 429 429 endif; 430 }430 endif; 431 431 } 432 432 -
wp-mobile-detector/trunk/functions.php
r741101 r741699 420 420 if($_GET['page'] == "websitez_config" || $_GET['page'] == "websitez_stats" || $_GET['page'] == "websitez_themes" || $_GET['page'] == "websitez_monetization"): 421 421 $monetization = get_option(WEBSITEZ_SHOW_MOBILE_ADS_NAME); 422 if($monetization == "false") {422 if($monetization == "false"): 423 423 $time = strtotime("+3 months", strtotime(get_option(WEBSITEZ_MONETIZATION_MESSAGE))); 424 424 $date = date("Y-m-d H:i:s", $time); … … 428 428 endif; 429 429 endif; 430 }430 endif; 431 431 } 432 432
Note: See TracChangeset
for help on using the changeset viewer.