Changeset 2302078
- Timestamp:
- 05/10/2020 12:52:49 PM (6 years ago)
- Location:
- easy-cookie-law/trunk
- Files:
-
- 2 edited
-
class/easy-cookie-law.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-cookie-law/trunk/class/easy-cookie-law.php
r2173794 r2302078 224 224 if(ecl_is_cookie_accepted()) { 225 225 var ecl_scripts = document.createElement('script'); 226 ecl_scripts.innerHTML = <?php echo $this->printGtmHeader(); ?>;226 ecl_scripts.innerHTML = "<?php echo $this->printGtmHeader(); ?>"; 227 227 document.head.appendChild(ecl_scripts); 228 228 } -
easy-cookie-law/trunk/readme.txt
r2173794 r2302078 5 5 Requires PHP: 5.6 6 6 Tested up to: 5.2.4 7 Stable tag: 3. 07 Stable tag: 3.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 70 70 == Changelog == 71 71 72 = 3.1 = 73 * Fixed a minor JS Bug when leaving scripts in blank 74 72 75 = 3.0 = 73 76 * Added option to decline cookies
Note: See TracChangeset
for help on using the changeset viewer.