Changeset 5156 for trunk/includes/topics/functions.php
- Timestamp:
- 11/20/2013 07:50:55 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/includes/topics/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/topics/functions.php
r5078 r5156 2201 2201 * @since bbPress (r2652) 2202 2202 * 2203 * @param int $topic_id Topic ID to remove 2203 * @param int $topic_id Get the topic id to remove 2204 * @uses bbp_get_topic_id To get the topic id 2204 2205 * @uses bbp_get_topic_favoriters() To get the topic's favoriters 2205 2206 * @uses bbp_remove_user_favorite() To remove the topic from user's favorites … … 2232 2233 * @since bbPress (r2652) 2233 2234 * 2234 * @param int $topic_id Topic IDto remove2235 * @param int $topic_id Get the topic id to remove 2235 2236 * @uses bbp_is_subscriptions_active() To check if the subscriptions are active 2237 * @uses bbp_get_topic_id To get the topic id 2236 2238 * @uses bbp_get_topic_subscribers() To get the topic subscribers 2237 2239 * @uses bbp_remove_user_subscription() To remove the user subscription
Note: See TracChangeset
for help on using the changeset viewer.