Changeset 1912679
- Timestamp:
- 07/21/2018 09:52:48 AM (8 years ago)
- File:
-
- 1 edited
-
cdnsun/trunk/inc/class-cdnsun.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cdnsun/trunk/inc/class-cdnsun.php
r1912677 r1912679 81 81 { 82 82 return true; 83 } 83 } 84 // = in page/post preview mode 85 if(is_admin_bar_showing() && !empty($_GET['preview'])) 86 { 87 return true; 88 } 84 89 if(empty($options['includes'])) 85 90 { … … 89 94 { 90 95 $options['excludes'] = CDNSUN_DEFAULT_EXCLUDES; 91 } 92 // = in page/post preview mode 93 if(is_admin_bar_showing() && !empty($_GET['preview'])) 94 { 95 return true; 96 } 96 } 97 97 98 98 $includes = array_map('trim', explode(',', $options['includes']));
Note: See TracChangeset
for help on using the changeset viewer.