Ticket #1076 (closed defect (bug): fixed)
is_seach logic in default theme which has search.php template
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | Template | Version: | 1.5 |
| Severity: | trivial | Keywords: | has-patch commit template |
| Cc: |
Description
in the default 1.5 (kubrick) theme, in the archives.php template, there is this:
<?php /* If this is a search */ } elseif (is_search()) { ?>
<h2 class="pagetitle">Search Results</h2>
But because there is a search.php template, all is_search() true requests should go there, so this logic does nothing in archives.php
Hat tip to dmclark in #wordpress for finding this
Attachments
Change History
- Keywords has-patch commit template added
- Owner changed from anonymous to mdawaffe
- Status changed from new to assigned
- Milestone set to 2.1
Patched.
Note: See
TracTickets for help on using
tickets.

