Ticket #1517: 1517.patch
File 1517.patch, 969 bytes (added by , 9 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/searchform.php
55 55 $qv_post_type = (array) get_query_var( 'post_type' ); 56 56 ?> 57 57 <label><input type="checkbox" name="post_type[]" value="<?php echo esc_attr( $post_type ); ?>" 58 <?php checked( ! is_search() || in_array( 'any', $qv_post_type ) || in_array( $post_type, $qv_post_type ) ); ?> /> <?php echo $label; ?></label>58 <?php checked( ( is_page( 'reference' ) && ( 'wp-parser-function' === $post_type ) ) || in_array( 'any', $qv_post_type ) || in_array( $post_type, $qv_post_type ) ); ?> /> <?php echo $label; ?></label> 59 59 <?php } ?> 60 60 </div> 61 61 </form>