Changeset 837232
- Timestamp:
- 01/12/2014 04:37:56 PM (12 years ago)
- Location:
- cartograf-cookie-filter/trunk
- Files:
-
- 3 edited
-
cg_cookie_filter.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
settings_page.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cartograf-cookie-filter/trunk/cg_cookie_filter.php
r837080 r837232 4 4 Plugin URI: 5 5 Description: Previene la instalación de cookies previa al consentimiento informado de los visitantes 6 Version: 1.0. 06 Version: 1.0.2 7 7 Author: Jose Alcántara & Dima Kam / Cartograf 8 8 Author URI: http://www.cartograf.net -
cartograf-cookie-filter/trunk/readme.txt
r837087 r837232 5 5 Tags: cookie law, eu, european union, cookie control, spain, spanish cookie law 6 6 Requires at least: 3.6 7 Tested up to: 3.8 .18 Stable tag: 1.0. 17 Tested up to: 3.8 8 Stable tag: 1.0.2 9 9 License: GPLv3 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html -
cartograf-cookie-filter/trunk/settings_page.php
r837080 r837232 110 110 111 111 function cg_cf_main_config_render($attr){ 112 _e('Cartograf Cookie-filter plugin\'s configuration. <br />Remember, click on any link on the page will accept COOKIES automatically. To avoid it on some links add "<strong>no-cookie-accept</strong>" class to the tag.');112 _e('Cartograf Cookie-filter plugin\'s configuration. <br />Remember, clicking on any link on the page will accept COOKIES automatically. To avoid it on some links add "<strong>no-cookie-accept</strong>" class to the desired link tag so the plugin can make an exception of them.'); 113 113 } 114 114
Note: See TracChangeset
for help on using the changeset viewer.