Skip to:
Content

bbPress.org


Ignore:
Timestamp:
04/03/2011 09:39:19 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Introduce bbp_reply_position() functions to help calculate reply permalinks and topic freshness links. Fixes #1495.

File:
1 edited

Legend:

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

    r2953 r2984  
    499499
    500500            // Last reply and active ID's
    501             bbp_update_topic_last_reply_id( $ancestor, $reply_id );
     501            bbp_update_topic_last_reply_id  ( $ancestor, $reply_id );
    502502            bbp_update_topic_last_active_id ( $ancestor, $active_id );
    503503
Note: See TracChangeset for help on using the changeset viewer.