Advertisement
BinPaste

AddThis wp plugin corrections

Jan 12th, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. PHP Notice: Undefined index: addthis_showonexcerpts in /wp-content/plugins/addthis/addthis_social_widget.php on line 1206
  2. Ln 1206 change to:
  3. if (empty($options['addthis_showonexcerpts']))
  4.  
  5. PHP Notice: Undefined index: above in /wp-content/plugins/addthis/addthis_social_widget.php on line 1402
  6. Ln 1402 change to:
  7. if (!empty($options['above']) && $options['above'] == 'custom')
  8.  
  9. PHP Notice: Undefined index: below in /wp-content/plugins/addthis/addthis_social_widget.php on line 1409
  10. Ln 1409 change to:
  11. if (!empty($options['below']) && $options['below'] == 'custom')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement