﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
20435,Search result body classes not always applied,johnbillion,ryan,"On search results pages a body class of 'search' is applied. This is correctly applied when `is_search()` is true.

A body class of 'search-results' and 'search-no-results' is also applied according to whether or not there are any results.

However, these two body classes are applied in an `else` block after a check for `is_archive()`, so this means if you filter your search results by post type (eg. `s=my_search_term&post_type=my_post_type`) then the 'search-results' and 'search-no-results' body classes are not applied because `is_archive()` is true.

Patch coming up.",defect (bug),closed,normal,3.4,Template,,normal,fixed,has-patch commit,
