stephenharris / WP-MarkDown

WP-MarkDown plug-in. Allows Markdown to be enabled in posts, comments and bbPress forums.
http://wordpress.org/extend/plugins/wp-markdown/
112 stars 19 forks source link

bbPress 2.4 incompatibility #27

Closed stephenharris closed 10 years ago

stephenharris commented 11 years ago

bbPress 2.4 seems to cause pre_textarea_prettify() to be called before register_scripts(). This means that the plug-in scripts are not called, and if the wp-markdown editor is used on the front-end, things can look a bit funny.

The 'quick fix' is just to manually call register_scripts() at the top of pre_textarea_prettify(), but the actual cause (bug?) in bbPress should be investigated.

Originally reported in: http://wordpress.org/support/topic/wp-markdown-not-compatible-with-bbpress-24?replies=1