Changeset 6111 for trunk/src/includes/users/capabilities.php
- Timestamp:
- 11/02/2016 05:45:34 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/users/capabilities.php (modified) (5 diffs)
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 ) {
Note: See TracChangeset
for help on using the changeset viewer.