Opened 7 years ago
Closed 7 years ago
#3207 closed defect (bug) (fixed)
Show Month on Manage->Posts shows blank title
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | Administration | Version: | 2.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Fresh install, trunk code. Click Manage->Posts, then click "Show Month" for any month. The page title changes from "Last 15 Posts" to blank.
Change History (2)
comment:1
Viper007Bond — 7 years ago
- Milestone set to 2.1
- Version set to 2.1
comment:2
markjaquith — 7 years ago
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

single_month_title() is returning an empty string: string(0) ""
Not familiar with the function, so I'll leave it up to someone else to figure out why it's not working.