Ticket #1501: 1501.patch
File 1501.patch, 711 bytes (added by , 9 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/searchform.php
5 5 * @package wporg-developer 6 6 */ 7 7 ?> 8 <div class="search-section section clear <?php if ( ! is_page( 'reference') ) { echo 'hide-if-js'; } ?>">8 <div class="search-section section clear <?php if ( ! ( is_page( 'reference' ) || is_search() ) ) { echo 'hide-if-js'; } ?>"> 9 9 10 10 <?php if ( is_search() ) { ?> 11 11