#50171 closed defect (bug) (fixed)
HTML Comment references Kubrick
| Reported by: | ritterml | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.5 |
| Component: | Themes | Version: | 5.4 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
Location: https://core.svn.wordpress.org/branches/5.4/wp-includes/theme-compat/footer.php
This has been deprecated, but this comment still shows up in footer code:
<!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ -->
Attachments (1)
Change History (6)
#2
@
6 years ago
- Milestone Awaiting Review → 5.5
- Summary HTML Comment references Kibrick → HTML Comment references Kubrick
#4
follow-up:
↓ 5
@
6 years ago
Why is this reference even here? My theme has nothing to do with Kubrick and this comment should not be in the core HTML.
#5
in reply to: ↑ 4
@
6 years ago
Replying to ritterml:
Why is this reference even here? My theme has nothing to do with Kubrick and this comment should not be in the core HTML.
The files from wp-includes/theme-compat directory are indeed inherited from Kubrick, but they only exist in core for backward compatibility.
These files are only included as a fallback if your theme doesn't have a required template. If you create a footer.php file in your theme, then the one from theme-compat won't be included.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch that remove comment message.