Skip to:
Content

bbPress.org

Ticket #3060: 3060.2.patch

File 3060.2.patch, 865 bytes (added by SergeyBiryukov, 8 years ago)
  • src/includes/topics/template.php

     
    18661866         *
    18671867         * @param int $topic_id Optional. Topic id
    18681868         * @uses bbp_get_topic_id() To get topic id
    1869          * @uses get_post_meta() To get the topic lst active meta
     1869         * @uses get_post_meta() To get the topic last active meta
    18701870         * @uses bbp_get_topic_last_reply_id() To get topic last reply id
    18711871         * @uses get_post_field() To get the post date of topic/reply
    18721872         * @uses bbp_convert_date() To convert date
     
    19991999        echo bbp_get_topic_last_reply_id( $topic_id );
    20002000}
    20012001        /**
    2002          * Return the topics last update date/time (aka freshness)
     2002         * Return the id of the topics last reply
    20032003         *
    20042004         * @since 2.0.0 bbPress (r2625)
    20052005         *