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

Check for comments enabled and open, before loading prettify #75

Closed GaryJones closed 1 year ago

GaryJones commented 7 years ago

A quick scan of the current code suggests that prettify is loaded if the option is enabled, and the current view is a singular version of a set post type. It doesn't appear to check if comments are supported and open on the current entry.

The benefit here would be to not enqueue some of the front-end dependencies when they will never be used.