Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Bug? “No Replies” on a thread is inaccurate in Profile


chrishajer
Participant

@chrishajer

Trent, I created a my-templates/profile.php and changed line 52 of that file from:

if ( strtotime(get_topic_start_time()) < strtotime(get_topic_time()) )

to this:

if ( get_topic_start_timestamp() < strtotime(get_topic_time()) )

and now it works as expected and returns the correct date for the topic_start_time. I don’t know if that’s the correct way to fix it, but it works over here.

I also edited a couple of places where sentences end with “ago” and made them consistent with a period, or not, for all of them.

Skip to toolbar