Bug: Plugin has two calls to settings.css with a forced path via the root
-
settings.css has the wrong path if WordPress is not installed on the root. Fix below.
ln 5 powerpressadmin-basic.php
ln 159 powerpressadmin-editfeed.php# wrong wp_enqueue_style("powerpress_episode_box", '/wp-content/plugins/powerpress/css/settings.css'); #right wp_enqueue_style("powerpress_episode_box", powerpress_get_root_url() . 'css/settings.css');
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Bug: Plugin has two calls to settings.css with a forced path via the root’ is closed to new replies.