hyunsupul / aesop-core

Open-sourced suite of components that empower interactive storytelling in WordPress.
http://aesopstoryengine.com
GNU General Public License v2.0
244 stars 56 forks source link

Allow other TinyMCE plugins to register before #195

Closed SebaSOFT closed 9 years ago

SebaSOFT commented 9 years ago

The external plugins array is shared accross all plugins, so is nice to play fair and pass the ball, or in this case recieve the ball before passing it.

See: http://codex.wordpress.org/Plugin_API/Filter_Reference/mce_external_plugins#Creating_a_shortcode_and_a_tag_button

Regards

bearded-avenger commented 9 years ago

Thanks!

SebaSOFT commented 9 years ago

Thanks to you!