Changeset 1330906
- Timestamp:
- 01/19/2016 12:50:48 AM (10 years ago)
- Location:
- wp-mobile-detector
- Files:
-
- 8 edited
-
tags/3.5/functions.php (modified) (1 diff)
-
tags/3.5/resize.php (modified) (1 diff)
-
tags/3.5/themes/amanda-mobile/functions.php (modified) (1 diff)
-
tags/3.5/themes/wz-mobile/functions.php (modified) (1 diff)
-
trunk/functions.php (modified) (1 diff)
-
trunk/resize.php (modified) (1 diff)
-
trunk/themes/amanda-mobile/functions.php (modified) (1 diff)
-
trunk/themes/wz-mobile/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-mobile-detector/tags/3.5/functions.php
r1330878 r1330906 1 1 <?php 2 if(WEBSITEZ_MODE == "production"){3 error_reporting(0);4 }5 6 2 add_action('init', 'websitez_options_api_request'); 7 3 -
wp-mobile-detector/tags/3.5/resize.php
r1330880 r1330906 1 1 <?php 2 error_reporting(0);3 2 if (isset($_REQUEST['src'])) { 4 3 $path = dirname(__FILE__) . "/cache/" . basename($_REQUEST['src']); -
wp-mobile-detector/tags/3.5/themes/amanda-mobile/functions.php
r1330878 r1330906 1 1 <?php 2 error_reporting(0);3 4 2 add_action( 'wp_print_styles', 'websitez_stylesheet'); 5 3 if (!function_exists('websitez_stylesheet')){ -
wp-mobile-detector/tags/3.5/themes/wz-mobile/functions.php
r1330878 r1330906 1 1 <?php 2 error_reporting(0);3 4 2 add_action( 'wp_print_styles', 'websitez_stylesheet'); 5 3 if (!function_exists('websitez_stylesheet')){ -
wp-mobile-detector/trunk/functions.php
r1330878 r1330906 1 1 <?php 2 if(WEBSITEZ_MODE == "production"){3 error_reporting(0);4 }5 6 2 add_action('init', 'websitez_options_api_request'); 7 3 -
wp-mobile-detector/trunk/resize.php
r1330879 r1330906 1 1 <?php 2 error_reporting(0);3 2 if (isset($_REQUEST['src'])) { 4 3 $path = dirname(__FILE__) . "/cache/" . basename($_REQUEST['src']); -
wp-mobile-detector/trunk/themes/amanda-mobile/functions.php
r1330878 r1330906 1 1 <?php 2 error_reporting(0);3 4 2 add_action( 'wp_print_styles', 'websitez_stylesheet'); 5 3 if (!function_exists('websitez_stylesheet')){ -
wp-mobile-detector/trunk/themes/wz-mobile/functions.php
r1330878 r1330906 1 1 <?php 2 error_reporting(0);3 4 2 add_action( 'wp_print_styles', 'websitez_stylesheet'); 5 3 if (!function_exists('websitez_stylesheet')){
Note: See TracChangeset
for help on using the changeset viewer.