katzwebservices / Gravity-Forms-Directory

http://wordpress.org/plugins/gravity-forms-addons/
GNU General Public License v3.0
8 stars 3 forks source link

Replace WP_PLUGIN_URL with plugins_url() to prevent mixed content warnings #3

Closed dbarlett closed 10 years ago

dbarlett commented 10 years ago

Editing forms over HTTPS causes a mixed content warning because editor-icon.gif and form-button-1.png are called from plaintext URLS. plugins_url() returns HTTPS paths when required.

zackkatz commented 10 years ago

Thanks!