Skip to:
Content

bbPress.org

Changeset 2919


Ignore:
Timestamp:
02/20/2011 08:09:22 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Use correct _last_active_time function. Props @wonderboymusic via Twitter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-topic-functions.php

    r2918 r2919  
    898898                $freshness     = ( empty( $reply ) || empty( $reply->post_date ) ) ? '' : $reply->post_date;
    899899
    900                 bbp_update_topic_last_reply_id( $destination_topic->ID, $last_reply_id );
    901                 bbp_update_topic_last_active  ( $destination_topic->ID, $freshness     );
     900                bbp_update_topic_last_reply_id   ( $destination_topic->ID, $last_reply_id );
     901                bbp_update_topic_last_active_time( $destination_topic->ID, $freshness     );
    902902            }
    903903
Note: See TracChangeset for help on using the changeset viewer.