Changeset 1912677
- Timestamp:
- 07/21/2018 09:50:56 AM (8 years ago)
- Location:
- cdnsun/trunk/inc
- Files:
-
- 2 edited
-
class-cdnsun-options.php (modified) (1 diff)
-
class-cdnsun.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cdnsun/trunk/inc/class-cdnsun-options.php
r1912152 r1912677 39 39 } 40 40 41 // in (array) $data here are links on this page: /wp-admin/plugins.php for this plugin, such as "Deactivate"41 // in (array) $data there are links on this page: /wp-admin/plugins.php for this plugin, such as "Deactivate" 42 42 public static function add_options_page_link($data) 43 43 { -
cdnsun/trunk/inc/class-cdnsun.php
r1912152 r1912677 78 78 return true; 79 79 } 80 if($options['cdn_url'] == get_option('home')) 80 if($options['cdn_url'] == get_option('home')) 81 81 { 82 82 return true; … … 89 89 { 90 90 $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; 91 96 } 92 97
Note: See TracChangeset
for help on using the changeset viewer.