SSL site support
-
The current version doesn’t support sites which uses SSL.
WP_CONTENT_URLis usually initialized with the http protocol, causeget_option("siteurl")returns this. Replacing line 67 in wp-syntax.php with$css_url = site_url('wp-content/plugins/wp-syntax/wp-syntax.css');fixes the problem on my side. Would be nice if it could be added to the next version.Chris
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘SSL site support’ is closed to new replies.