[wp-trac] [WordPress Trac] #32240: /theme-compat/header.php loads images from Kurbick in header, causing 404s if not using Kubrick

WordPress Trac noreply at wordpress.org
Sat May 2 23:29:29 UTC 2015


#32240: /theme-compat/header.php loads images from Kurbick in header, causing 404s
if not using Kubrick
--------------------------+-----------------------------
 Reporter:  Shelob9       |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Themes        |    Version:  1.2
 Severity:  normal        |   Keywords:
  Focuses:  ui, template  |
--------------------------+-----------------------------
 This issue is super edge case, but using `get_header()` is not deprecated,
 so I am reporting.

 In /theme-compat/header.php there is some inline CSS in a conditional that
 will output:
 `/images/kubrickbg-<?php bloginfo('text_direction'); ?>.jpg` or `#page {
 background: url("<?php bloginfo('stylesheet_directory');
 ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; }`. This assumes
 your current theme has the same image directory as kubrick does, and if it
 doesn't causes a 404 error when the browser tries to load the image.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/32240>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list