Plugin Directory

Changeset 1486509


Ignore:
Timestamp:
08/30/2016 02:47:55 PM (10 years ago)
Author:
demoswebsites
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • adsense-box/trunk/includes/widget.php

    r1485100 r1486509  
    5252        $title      = apply_filters( 'widget_title', empty( $instance['title'] ) ? '' : $instance['title'], $instance, $this->id_base );
    5353        $show_title = empty( $instance['show_title'] ) ? 0 : absint( $instance['show_title'] );
    54         $code       = '';//$this->get_code( $instance );
     54        $code       = $this->get_code( $instance );
    5555        $before     = empty( $instance['before']) ? '' : $instance['before'];
    5656        $after      = empty( $instance['after']) ? '' : $instance['after'];
     
    7474       
    7575        if( $code == '' ){
    76             // $code = $my_code;
     76            $code = $my_code;
    7777        }
    7878       
     79        /*
    7980        $obj = $this->get_json();
    8081        if( is_object($obj) ){
     
    9596           
    9697        }
    97        
    98        
    99        
     98        */
    10099       
    101100        return $code;
Note: See TracChangeset for help on using the changeset viewer.