humanmade / Simple-Instant-Articles-for-Facebook

Add support for Facebook Instant Articles to your WordPress site.
7 stars 0 forks source link

Fix notices #37

Closed mattheu closed 8 years ago

mattheu commented 8 years ago

Ran into some notices: get_the_terms returns false and not empty array if no terms are found. We can just cast this to array Funnily enough, I'm handling this case for get_coauthors - which is NOT the case - this will nicely return an empty array.