We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d2092a commit ee26ea2Copy full SHA for ee26ea2
generate/updates/wp_bbp_topics.sql
@@ -16,7 +16,7 @@ WHERE t.last_active_id = 0;
16
/* Update last_active_time */
17
UPDATE wp_bbp_topics t
18
INNER JOIN wp_posts p ON p.ID = t.last_active_id
19
-SET t.last_active_time = p.post_date;
+SET t.last_active_time = p.post_modified;
20
21
/* Update reply_count */
22
UPDATE wp_bbp_topics o INNER JOIN (
0 commit comments