Plugin Directory

Changeset 1485100


Ignore:
Timestamp:
08/28/2016 02:04:19 PM (10 years ago)
Author:
demoswebsites
Message:

update

Location:
adsense-box/trunk
Files:
3 edited

Legend:

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

    r1457913 r1485100  
    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'];
  • adsense-box/trunk/index.php

    r1457913 r1485100  
    66Author: PB One
    77Author URI: http://photoboxone.com/
    8 Version: 1.0.5
     8Version: 1.0.6
    99License: GPL-2.0+
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • adsense-box/trunk/readme.txt

    r1457913 r1485100  
    66Tags: adsense, google adsense, google, google code, adsense code, widget, widgets, image, images, photo, photos, plugin, plugins, picture, pictures, media, responsive, post, posts, page, pages, ads, ads box, scripts, code
    77Requires at least: 3.5
    8 Tested up to: 4.5.2
    9 Stable tag: 1.0.5
     8Tested up to: 4.6
     9Stable tag: 1.0.6
    1010
    1111
     
    4242== Changelog ==
    4343
     44= 1.0.6 =
     45* Fix error.
     46
    4447= 1.0.5 =
    4548* Fix error.
Note: See TracChangeset for help on using the changeset viewer.