Opened 6 years ago
Closed 6 years ago
#516 closed defect (duplicate)
Profile Thread Time Bug
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 0.8 |
| Component: | Front-end | Version: | 0.7.3 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
Bug in profile template when dealing with thread times for some users. as seen at this thread in forum, all instances of:
if ( strtotime(get_topic_start_time()) < strtotime(get_topic_time()) )
only works with some users changing it to this:
if ( get_topic_start_timestamp() < strtotime(get_topic_time()) )
Reported by ChrisHajer
I have tested this for my 0.73 and TRAC version and it seems to fix it for me.
Trent
Change History (3)
- Milestone changed from 0.74 to 0.80
- Owner set to mdawaffe
- Status changed from new to assigned
Note: See
TracTickets for help on using
tickets.

Let's do a complete audit of how bbPress handles times for .80.