small bug
-
Please change the line that is loading the stylesheet from:
echo '<link rel="stylesheet" href="'.plugin_dir_url(__FILE__).'/css/styles.css" type="text/css" />';
to:
echo '<link rel="stylesheet" href="'.plugin_dir_url(__FILE__).'css/styles.css" type="text/css" />';
Its adding an extra forward slash.
Thanks!
-Brian
The topic ‘small bug’ is closed to new replies.