Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/15/2015 09:12:51 PM (10 years ago)
Author:
johnjamesjacoby
Message:

IDs: Some reply functions still default to their topics if no replies are present. This functionality has slowly been removed over time and built into respective functions. In this changeset, we remove those leftover assignments and update a few phpdoc descriptions as needed.

Hat-tip netweb. See #2806.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/replies.php

    r5829 r5842  
    761761     * @uses bbp_get_reply_post_type() To get the reply post type
    762762     * @uses bbp_reply_content() To output reply content
    763      * @uses bbp_get_reply_permalink() To get the reply link
     763     * @uses bbp_get_reply_url() To get the reply link
    764764     * @uses bbp_get_reply_title() To get the reply title
    765765     * @uses current_user_can() To check if the current user can edit or
Note: See TracChangeset for help on using the changeset viewer.