Re: Freshness date
Make sure you’re not using quotations in the date() function.
Try this:
`date(‘D M j Y G:i:s’, strtotime(bp_get_the_topic_time()));`
I replied to a similar thread a while ago; I’ll try to dig it up.
Make sure you’re not using quotations in the date() function.
Try this:
`date(‘D M j Y G:i:s’, strtotime(bp_get_the_topic_time()));`
I replied to a similar thread a while ago; I’ll try to dig it up.