• Resolved christer_f

    (@christer_f)


    Hi Aakash,
    Just a quick thing that you may want to fix in the next version of the plugin: I get a deprecation warning for the conditional assignment here:

    wp-socializer/core/templates/floating-sharebar.php on line 180

    Apparently you need to put brackets around the second conditional part. The deprecation warning proposes:

    Deprecated: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e)

    Cheers,
    — christer

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author vaakash

    (@vaakash)

    Hi @christer_f,

    Thanks for reporting this. This is in my TODO list. I’ll fix it in couple of weeks and update the thread here.

    Thanks,
    Aakash

    Plugin Author vaakash

    (@vaakash)

    Hi,

    This issue is fixed in WP Socializer v6.4. Please update to the latest version.

    Thanks,
    Aakash

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Deprecation warning’ is closed to new replies.