Admin broken with IE
-
Hi,
The option page of your plugin is broken on IE browser because you have a CSS call at the first line (before the HTML tag)
This is due to the usage of the wp_admin_css line 1178. For info, the dashboard.css file doesn’t exists anymore so you can remove :
if (function_exists('wp_admin_css')) : wp_admin_css('css/', false); endif;
- The topic ‘Admin broken with IE’ is closed to new replies.