Medium / medium-wordpress-plugin

The official WordPress plugin for cross-posting to Medium.
https://medium.com
Apache License 2.0
211 stars 40 forks source link

Use wp_get_post_tags() if wp_get_post_terms() returns an empty array. #86

Closed huckphin closed 8 years ago

huckphin commented 8 years ago

Hello @amyquispe, @mikkot, @kylehg,

Please review the following commits I made in branch 'chad-look-for-tags'.

a35d834129bdd42c613071708b0306564df20c52 (2016-04-29 09:22:57 -0400) Use wp_get_post_tags() if wp_get_post_terms() returns an empty array. Fixes https://github.com/Medium/medium-wordpress-plugin/issues/85

R=@amyquispe R=@mikkot R=@kylehg

amyquispe commented 8 years ago

LGTM