Plugin Directory

Changeset 2337969


Ignore:
Timestamp:
07/09/2020 11:00:58 AM (6 years ago)
Author:
zedna
Message:

php 7.4 notice fix

Location:
zedna-cookies-bar/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • zedna-cookies-bar/trunk/readme.txt

    r2283046 r2337969  
    44Requires at least: 3.8
    55Tested up to: 5.4
    6 Stable tag: 1.4.1
     6Stable tag: 1.4.2
    77License: GPL3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    2525
    2626== Changelog ==
     27= Version 1.4.2 =
     28PHP 7.4 notice fix
     29
    2730= Version 1.4.1 =
    2831JS callback on the right place
  • zedna-cookies-bar/trunk/zedna-cookies-bar.php

    r2283144 r2337969  
    77Author: Radek Mezulanik
    88Author URI: https://www.mezulanik.cz
    9 Version: 1.4.1
     9Version: 1.4.2
    1010License: GPL3
    1111*/
     
    226226$zedna_cookies_bar_close_output = esc_attr( get_option('zedna_cookies_bar_close') );
    227227$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');
    228229if ( 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>.";
    229230if ( empty( $zedna_cookies_bar_button_output ) ) $zedna_cookies_bar_button_output = "I Agree";
Note: See TracChangeset for help on using the changeset viewer.