cas118
Member
Posted 5 months ago #
Hi all,
I've noticed that on one of my WP sites, after I updated to 3.3 the 'Add New Post' page loads the CSS of a theme that I created myself.
This overrides the body tag and footer id among other things and makes the admin interface break a little.
Anyone know where I can look to resolve this?
Thanks
cas118
Member
Posted 5 months ago #
Ah, that's it!
For some reason I'd used wp_print_styles hook in my theme functions. I've changed it to the proper wp_enqueue_styles now and all is working perfectly.
That will teach me to copy-and-paste old code (maybe)!
Thanks for your help.
Glad you were able to fix it.