Seems to be fixed in 2.3.9
Thanks, works perfectly. 🙂
Yes, works.
wp_enqueue_script( ‘theme-my-login-admin’, plugins_url( ‘theme-my-login/admin/js/theme-my-login-admin.js’ ), array( ‘jquery’ ), Theme_My_Login::version, true );
Okay. I found the problem.
It seems like WP_PLUGIN_URL uses the “siteurl” option and in my database the url is set to http:// instead of https://
I don’t like to change that option, so it would be nice with a fix..
Maybe plugins_url() could replace WP_PLUGIN_URL?