Deprecation warning
-
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
ora ? b : (c ? d : e)
Cheers,
— christer
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Deprecation warning’ is closed to new replies.