Ticket #20435: 20435.patch
| File 20435.patch, 427 bytes (added by johnbillion, 13 months ago) |
|---|
-
wp-includes/post-template.php
491 491 } else { 492 492 $classes[] = 'page-template-default'; 493 493 } 494 } elseif ( is_search() ) { 494 } 495 496 if ( is_search() ) { 495 497 if ( !empty( $wp_query->posts ) ) 496 498 $classes[] = 'search-results'; 497 499 else
