Opened 8 years ago
Closed 7 years ago
#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 (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Patched.