No SSL support
-
Please change line 110 in FontEmoticonsPlugin.php from:
wp_register_style('emoticons', WP_PLUGIN_URL . '/font-emoticons/emoticons.css?v=' . self::VERSION);
to:
wp_register_style('emoticons', plugin_dir_url(__FILE__).'emoticons.css?v=' . self::VERSION);
This constant don’t have trailing slash.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘No SSL support’ is closed to new replies.