Changeset 6533
- Timestamp:
- 06/12/2017 08:01:55 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/topics/template.php
r6528 r6533 1221 1221 * Is the topic publicly viewable? 1222 1222 * 1223 * See bbp_get_public_topic_statuses() for public statuses. 1224 * 1223 1225 * @since 2.6.0 bbPress (r6383) 1224 1226 * … … 1226 1228 * @uses bbp_get_topic_id() To get the topic id 1227 1229 * @uses bbp_get_topic_status() To get the topic status 1230 * @uses bbp_get_public_topic_statuses() To get the public statuses 1228 1231 * @uses apply_filters() Calls 'bbp_is_topic_public' with the topic id 1229 1232 * @return bool True if public, false if not.
Note: See TracChangeset
for help on using the changeset viewer.