[BUG] Unfiltered js inclusion
-
/addthis/addthis_social_widget.php
line 1548Please add in some filters here to prevent addthis from being added to all possible output on WordPress.
I would suggest the following:
if(!is_admin() && !is_feed() && !is_404()) { ... }
There might be more that should be added here, but this will at least prevent a huge amount of errors in generated feeds.
- The topic ‘[BUG] Unfiltered js inclusion’ is closed to new replies.