voceconnect / multi-post-thumbnails

Adds multiple post thumbnails to a post type. If you've ever wanted more than one Featured Image on a post, this plugin is for you.
143 stars 63 forks source link

Only enqueue static assets once #68

Closed mboynes closed 8 years ago

mboynes commented 9 years ago

If a site has many post thumbnails, the enqueue_admin_scripts method will add unnecessarily to the pageload. For one of my sites, this was adding up to about a quarter of a second.

This pull request ensures that scripts and styles will only be enqueued once per pageload.