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

Fix undefined indexes in admin notices with isset #21

Closed frankiejarrett closed 9 years ago

frankiejarrett commented 9 years ago

There were some undefined index notices happening on these methods because the bang isn't sufficient if the index doesn't exist, using isset fixes that.

majelbstoat commented 9 years ago

Squash commits please, then LG!

majelbstoat commented 9 years ago

Covered by #27.