Skip to:
Content

bbPress.org

Changeset 6245


Ignore:
Timestamp:
01/16/2017 04:30:23 PM (8 years ago)
Author:
johnjamesjacoby
Message:

Replies: Add @since and link to ticket from r6244.

See #3039.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/topics/template.php

    r6244 r6245  
    20212021 * Output the title of the last reply inside a topic
    20222022 *
     2023 * @since 2.0.0 bbPress (r2753)
     2024 *
    20232025 * @param int $topic_id Optional. Topic id
    20242026 * @uses bbp_get_topic_last_reply_title() To get the topic last reply title
     
    20292031    /**
    20302032     * Return the title of the last reply inside a topic
     2033     *
     2034     * @since 2.0.0 bbPress (r2753)
     2035     * @since 2.6.0 bbPress https://bbpress.trac.wordpress.org/ticket/3039
    20312036     *
    20322037     * @param int $topic_id Optional. Topic id
Note: See TracChangeset for help on using the changeset viewer.