Opened 7 years ago

Closed 7 years ago

#3207 closed defect (bug) (fixed)

Show Month on Manage->Posts shows blank title

Reported by: ryanscheuermann Owned by: anonymous
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)

  • Milestone set to 2.1
  • Version set to 2.1

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.

  • Resolution set to fixed
  • Status changed from new to closed

(In [4346]) fix usage of $m and return behavior in single_month_title(). fixes #3207

Note: See TracTickets for help on using tickets.