Kubrick remnant
-
I discovered something peculiar when I accidentally forgot to include a “header.php” file in my theme.
Something automatically added a line of code referencing “kubrickbg-ltr.jpg” to my rendered pages:<style type="text/css" media="screen">
#page { background: url("https://example.com/site/wp-content/themes/example/images/kubrickbg-ltr.jpg") repeat-y top; border: none; }
</style>
where “example.com” is my domain and “example” is the name of my theme.Is it possible that the WP core code is automatically adding this?
My theme has nothing to do with Kubrick, is not at all based on it, so it is puzzling as to why this would show up.If I include header.php in my theme’s folder, the #page style above goes away.
- The topic ‘Kubrick remnant’ is closed to new replies.