Plugin Directory

Changeset 1236110


Ignore:
Timestamp:
09/02/2015 08:18:48 AM (11 years ago)
Author:
manafactory
Message:

Adsense doubleclick

Location:
ginger/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ginger/trunk/addon/adsense/ginger.adsense.php

    r1204721 r1236110  
    6161add_filter('ginger_script_async_tags', 'ginger_addsesneremover',10,3);
    6262function ginger_addsesneremover($array){
    63     return array_merge($array, array('adsbygoogle'));
     63    return array_merge($array, array('adsbygoogle', 'googlesyndication'));
    6464}
  • ginger/trunk/ginger-eu-cookie-law.php

    r1214902 r1236110  
    44Plugin URI: http://manafactory.it/
    55Description: Make your website compliant with EU Cookie Policy.
    6 Version: 2.3.1
     6Version: 2.3.2
    77Author: Manafactory
    88Author URI: http://manafactory.it/
  • ginger/trunk/readme.txt

    r1235484 r1236110  
    55Requires at least: 3.0.1
    66Tested up to: 4.3
    7 Stable tag: 2.3.1
     7Stable tag: 2.3.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.