woocommerce / woosidebars

Replace registered sidebars in your WordPress themes using different conditions such as a specific page, a category or even an individual blog post.
https://wordpress.org/plugins/woosidebars/
51 stars 42 forks source link

Fix a Warning (Invalid argument in foreach) when there is no tags in the post #37

Closed vincsb closed 9 years ago

vincsb commented 9 years ago

I made a small change after i saw this error in a website : "Warning: Invalid argument supplied for foreach() in woosidebars/classes/class-woo-conditions.php on line 396"

This pull request resolve this issue : https://github.com/woothemes/woosidebars/issues/36

mattyza commented 9 years ago

Thanks @vincsb ! Already sorted. :)

vincsb commented 9 years ago

Thanks, i saw that now, perfect !