Changeset 6111
- Timestamp:
- 11/02/2016 05:45:34 AM (4 years ago)
- Location:
- trunk/src/includes/users
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/users/capabilities.php
r6109 r6111 475 475 * @uses restore_current_blog() 476 476 * 477 * @return If no user ID passed477 * @return bool If no user ID passed. 478 478 */ 479 479 function bbp_make_spam_user( $user_id = 0 ) { … … 566 566 * @uses restore_current_blog() 567 567 * 568 * @return If no user ID passed568 * @return bool If no user ID passed. 569 569 */ 570 570 function bbp_make_ham_user( $user_id = 0 ) { … … 765 765 * 766 766 * @param int $user_id User ID to check 767 * @param int $blog_id Blog ID to check768 767 * 769 768 * @uses bbp_get_user_id() To verify the user ID … … 773 772 * @uses apply_filters() To allow override of this functions result 774 773 * 775 * @return bool ean Whether or not the user has a profile on this blog_id774 * @return bool Whether or not the user has a profile on this blog_id. 776 775 */ 777 776 function bbp_user_has_profile( $user_id = 0 ) { … … 823 822 * @param int $user_id 824 823 * 825 * @return mixed824 * @return bool 826 825 */ 827 826 function bbp_remove_moderator( $object_id = 0, $user_id = 0 ) { -
trunk/src/includes/users/functions.php
r6109 r6111 175 175 * Set a user id on an object 176 176 * 177 * @since 2. 7 bbPress()177 * @since 2.6.0 bbPress(r6109) 178 178 * 179 179 * @param int $object_id The object id … … 198 198 * Remove a user id from an object 199 199 * 200 * @since 2. 7 bbPress()200 * @since 2.6.0 bbPress(r6109) 201 201 * 202 202 * @param int $object_id The post id … … 221 221 * Get user taxonomy terms for an object 222 222 * 223 * @since 2. 7 bbPress()223 * @since 2.6.0 bbPress(r6109) 224 224 * 225 225 * @param int $object_id The object id … … 242 242 * Check if the user id is set on an object 243 243 * 244 * @since 2. 7 bbPress()244 * @since 2.6.0 bbPress(r6109) 245 245 * 246 246 * @param int $object_id The object id
Note: See TracChangeset
for help on using the changeset viewer.