Changeset 2337969
- Timestamp:
- 07/09/2020 11:00:58 AM (6 years ago)
- Location:
- zedna-cookies-bar/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
zedna-cookies-bar.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zedna-cookies-bar/trunk/readme.txt
r2283046 r2337969 4 4 Requires at least: 3.8 5 5 Tested up to: 5.4 6 Stable tag: 1.4. 16 Stable tag: 1.4.2 7 7 License: GPL3 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 25 25 26 26 == Changelog == 27 = Version 1.4.2 = 28 PHP 7.4 notice fix 29 27 30 = Version 1.4.1 = 28 31 JS callback on the right place -
zedna-cookies-bar/trunk/zedna-cookies-bar.php
r2283144 r2337969 7 7 Author: Radek Mezulanik 8 8 Author URI: https://www.mezulanik.cz 9 Version: 1.4. 19 Version: 1.4.2 10 10 License: GPL3 11 11 */ … … 226 226 $zedna_cookies_bar_close_output = esc_attr( get_option('zedna_cookies_bar_close') ); 227 227 $zedna_cookies_bar_close_callback = htmlspecialchars_decode( get_option('zedna_cookies_bar_custom_js') ); 228 $cookie_bar_custom_css = get_option('zedna_cookies_bar_custom_css'); 228 229 if ( empty( $zedna_cookies_bar_message_output ) ) $zedna_cookies_bar_message_output = "By browsing this website you are agreeing to our <a href='".get_home_url()."' target='_blank' rel='nofollow'>cookies policy</a>."; 229 230 if ( empty( $zedna_cookies_bar_button_output ) ) $zedna_cookies_bar_button_output = "I Agree";
Note: See TracChangeset
for help on using the changeset viewer.