Plugin Directory

Changeset 659145


Ignore:
Timestamp:
01/26/2013 07:42:36 AM (13 years ago)
Author:
InoPlugs
Message:

Fixed php warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-backgrounds-lite/trunk/inoplugs_classes/inoplugs_background_display.php

    r634515 r659145  
    6363
    6464
    65         if ($this->deactivate == "1")
     65        /*if ($this->deactivate == "1")
    6666        {
    6767            add_action('wp_footer', array(&$this, 'handler_set_fallback_image'));
    6868            return;
    69         }
     69        }*/
    7070
    7171        $ino_backgrounds_path = WP_PLUGIN_URL.'/wp-backgrounds-lite/includes/';
     
    9191        if ( !empty($this->ino_bglite_options['containerid']) )
    9292        {
     93            $container = '';
    9394            $container .= $this->ino_bglite_options['containerid'].'{';
    9495
Note: See TracChangeset for help on using the changeset viewer.