rinatkhaziev / wp-frontend-uploader

WordPress plugin that allows your visitors to upload media from the front-end
53 stars 52 forks source link

Only enqueue scripts when needed #59

Closed JDGrimes closed 10 years ago

JDGrimes commented 10 years ago

The scripts should only be enqueued when they are needed. I'm not sure if this commit takes care of that, there may be more times that the scripts should be enqueued. Enqueueing the scripts unconditionally increases the sites load time unnecessarily. The only issue this could possibly cause is with old, poorly written themes that do not call wp_footer.

rinatkhaziev commented 10 years ago

Thanks, merged!