Title: bug in WP 2.5 default theme (header.php)
Last modified: August 19, 2016

---

# bug in WP 2.5 default theme (header.php)

 *  Resolved [kaishaochen](https://wordpress.org/support/users/kaishaochen/)
 * (@kaishaochen)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/bug-in-wp-25-default-theme-headerphp/)
 * wordpress/wp-content/themes/default/header.php
 * **line 17**
 * original
    `if ( !empty($withcomments) && !is_single() ) {`
 * bug should be fixed
    `if ( !$withcomments && !is_single() ) {`
 * The bug affected the WordPress default theme, the background of sidebar of blog
   home page.

The topic ‘bug in WP 2.5 default theme (header.php)’ is closed to new replies.

## Tags

 * [default theme](https://wordpress.org/support/topic-tag/default-theme/)
 * [header.php](https://wordpress.org/support/topic-tag/header-php/)

 * 0 replies
 * 1 participant
 * Last reply from: [kaishaochen](https://wordpress.org/support/users/kaishaochen/)
 * Last activity: [18 years, 1 month ago](https://wordpress.org/support/topic/bug-in-wp-25-default-theme-headerphp/)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
