Closed bozicm closed 10 years ago
Nice, thanks very much for this catch.
On 01/24/2014 09:32 AM, bozicm wrote:
I have SSL enforced for URLs with wp-admin - when browsing the Anthologize plugin, browser blocked the parts with .css and .js content because they were sent via url with wp-content. Anthologize plugin didn't work well because of that (waited to load the js stuff).
I narrowed down the problem to use of WP_PLUGIN_URL in includes/class-admin-main.php. Changing it to /plugins_url()/ helped.
SOURCE
— Reply to this email directly or view it on GitHub https://github.com/chnm/anthologize/issues/77.
I have SSL enforced for URLs with wp-admin - when browsing the Anthologize plugin, browser blocked the parts with .css and .js content because they were sent via url with wp-content. Anthologize plugin didn't work well because of that (waited to load the js stuff).
I narrowed down the problem to use of WP_PLUGIN_URL in includes/class-admin-main.php. Changing it to _pluginsurl() helped.
SOURCE