hypothesis / wp-hypothesis

Hypothesis WordPress plugin
https://wordpress.org/plugins/hypothesis/
Other
29 stars 14 forks source link

Fix a bad conditional check, improve enqueues #22

Closed greatislander closed 7 years ago

greatislander commented 7 years ago

This PR fixes a bad conditional check which would prevent Hypothesis from loading in some instances, and uses plugins_url() to enqueue plugin JS (for better support of WordPress instances where the content directory has been moved).