I’m getting a really weird bug on WordPress. I used the following code to import a stylesheet into my template (Which I have used on hundreds of other themes and had no issues);
<link rel="stylesheet" href="http://sambeckham.com/wp-content/themes/sambeckham/style.css" media="screen" />
But for some reason WordPress spits out;
<style media="screen" data-href="http://sambeckham.com/wp-content/themes/sambeckham/style.css">
Styles in here
</style>
The styles all load fine so I hadn’t noticed it till now but I really don’t want them in the page. Has anyone ever come across this issue before?
The weirdest thing is that there are 3 stylesheets on this page and the other two link absolutely fine.
Turns out it was an issue with the version of chrome I was using. The site was processing fine.