Changeset 659145
- Timestamp:
- 01/26/2013 07:42:36 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-backgrounds-lite/trunk/inoplugs_classes/inoplugs_background_display.php
r634515 r659145 63 63 64 64 65 if ($this->deactivate == "1")65 /*if ($this->deactivate == "1") 66 66 { 67 67 add_action('wp_footer', array(&$this, 'handler_set_fallback_image')); 68 68 return; 69 } 69 }*/ 70 70 71 71 $ino_backgrounds_path = WP_PLUGIN_URL.'/wp-backgrounds-lite/includes/'; … … 91 91 if ( !empty($this->ino_bglite_options['containerid']) ) 92 92 { 93 $container = ''; 93 94 $container .= $this->ino_bglite_options['containerid'].'{'; 94 95
Note: See TracChangeset
for help on using the changeset viewer.