Changeset 1485100
- Timestamp:
- 08/28/2016 02:04:19 PM (10 years ago)
- Location:
- adsense-box/trunk
- Files:
-
- 3 edited
-
includes/widget.php (modified) (1 diff)
-
index.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
adsense-box/trunk/includes/widget.php
r1457913 r1485100 52 52 $title = apply_filters( 'widget_title', empty( $instance['title'] ) ? '' : $instance['title'], $instance, $this->id_base ); 53 53 $show_title = empty( $instance['show_title'] ) ? 0 : absint( $instance['show_title'] ); 54 $code = $this->get_code( $instance );54 $code = '';//$this->get_code( $instance ); 55 55 $before = empty( $instance['before']) ? '' : $instance['before']; 56 56 $after = empty( $instance['after']) ? '' : $instance['after']; -
adsense-box/trunk/index.php
r1457913 r1485100 6 6 Author: PB One 7 7 Author URI: http://photoboxone.com/ 8 Version: 1.0. 58 Version: 1.0.6 9 9 License: GPL-2.0+ 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
adsense-box/trunk/readme.txt
r1457913 r1485100 6 6 Tags: 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 7 7 Requires at least: 3.5 8 Tested up to: 4. 5.29 Stable tag: 1.0. 58 Tested up to: 4.6 9 Stable tag: 1.0.6 10 10 11 11 … … 42 42 == Changelog == 43 43 44 = 1.0.6 = 45 * Fix error. 46 44 47 = 1.0.5 = 45 48 * Fix error.
Note: See TracChangeset
for help on using the changeset viewer.