Opened 10 months ago
Closed 6 months ago
#1919 closed defect (fixed)
Remove middot separator on homepage
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | bbPress.org |
| Component: | bbPress.org website | Version: | 2.1.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Middot separator is still printed on homepage, but we don't have any site description. I guess we're missing this simple check
// Add the blog description for the home/front page. $site_description = get_bloginfo( 'description', 'display' ); if ( $site_description && ( is_home() || is_front_page() ) ) echo " · $site_description";
Code example from Twenty Eleven
Change History (3)
- Milestone changed from Awaiting Review to 2.2
- Version changed from 2.1.1 to 2.1.2
comment:2
johnjamesjacoby — 9 months ago
- Milestone changed from 2.2 to bbPress.org
comment:3
johnjamesjacoby — 6 months ago
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed. Good eye.