Changeset 6407 for trunk/src/includes/users/functions.php
- Timestamp:
- 04/27/2017 05:18:35 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/users/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/users/functions.php
r6400 r6407 197 197 * @param string $meta_type The relationship type 198 198 * 199 * @uses bbp_is_object_of_user() To check if the term has already been set200 199 * @uses add_post_meta() To set the term on the object 201 200 * @uses apply_filters() Calls 'bbp_add_user_to_object' with the object id, user … … 220 219 * @param string $meta_type The relationship type 221 220 * 222 * @uses bbp_is_object_of_user() To check if the term is set223 221 * @uses delete_post_meta() To remove the term from the object 224 222 * @uses apply_filters() Calls 'bbp_remove_user_from_object' with the object
Note: See TracChangeset
for help on using the changeset viewer.