Changeset 1236110
- Timestamp:
- 09/02/2015 08:18:48 AM (11 years ago)
- Location:
- ginger/trunk
- Files:
-
- 3 edited
-
addon/adsense/ginger.adsense.php (modified) (1 diff)
-
ginger-eu-cookie-law.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ginger/trunk/addon/adsense/ginger.adsense.php
r1204721 r1236110 61 61 add_filter('ginger_script_async_tags', 'ginger_addsesneremover',10,3); 62 62 function ginger_addsesneremover($array){ 63 return array_merge($array, array('adsbygoogle' ));63 return array_merge($array, array('adsbygoogle', 'googlesyndication')); 64 64 } -
ginger/trunk/ginger-eu-cookie-law.php
r1214902 r1236110 4 4 Plugin URI: http://manafactory.it/ 5 5 Description: Make your website compliant with EU Cookie Policy. 6 Version: 2.3. 16 Version: 2.3.2 7 7 Author: Manafactory 8 8 Author URI: http://manafactory.it/ -
ginger/trunk/readme.txt
r1235484 r1236110 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.3 7 Stable tag: 2.3. 17 Stable tag: 2.3.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.