Missing admin css after 2.6 upgrade
-
Hello,
After upgrading to 2.6 (from 2.5.1), the path to my admin css files is now messed up as the admin area no longer contains any css formatting.
After some searching I found the following recommendation.
In wp-login.php change the following:
wp_admin_css( ‘login’, true );
to
wp_admin_css( ‘css/login’, true );This restored css to the login page, however the css is still missing for the pages once logged in.
I’ve so far modified any other calls to wp_admin_css by adding the css path as above, but so far I’ve not been able to narrow it down.
Any ideas?
Thanks in advance, Brad
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Missing admin css after 2.6 upgrade’ is closed to new replies.