wistia / wistia-wordpress-plugin

Enable oEmbed-based embedding for Wistia videos in your Wordpress blog
http://wistia.com
13 stars 11 forks source link

Fixed a debug error complaining about `extended_valid_elements` undefined in `add_valid_tiny_mce_elements` #4

Closed morganestes closed 11 years ago

morganestes commented 11 years ago

Okay, this one is just for the updated code in the function.

tnorthcutt commented 11 years ago

+1 for this.

FWIW this could be tightened up quite a bit by using the ternary operator, but regardless, this accomplishes the desired result. It's a bit...disconcerting to immediately see a PHP notice upon installing this plugin, so it would be nice to get it fixed.