Skip to:
Content

bbPress.org

Changeset 6533


Ignore:
Timestamp:
06/12/2017 08:01:55 PM (8 years ago)
Author:
johnjamesjacoby
Message:

Update phpdoc block of bbp_is_topic_public().

Include reference to new bbp_get_public_topic_statuses() function.

File:
1 edited

Legend:

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

    r6528 r6533  
    12211221 * Is the topic publicly viewable?
    12221222 *
     1223 * See bbp_get_public_topic_statuses() for public statuses.
     1224 *
    12231225 * @since 2.6.0 bbPress (r6383)
    12241226 *
     
    12261228 * @uses bbp_get_topic_id() To get the topic id
    12271229 * @uses bbp_get_topic_status() To get the topic status
     1230 * @uses bbp_get_public_topic_statuses() To get the public statuses
    12281231 * @uses apply_filters() Calls 'bbp_is_topic_public' with the topic id
    12291232 * @return bool True if public, false if not.
Note: See TracChangeset for help on using the changeset viewer.