Changeset 4634
- Timestamp:
- 12/22/2012 09:13:06 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/extend/buddypress/functions.php
r4633 r4634 493 493 * @uses bp_get_current_group_id() 494 494 * @uses groups_is_user_admin() 495 * @return If current user is an admin of the current group495 * @return bool If current user is an admin of the current group 496 496 */ 497 497 function bbp_group_is_admin() { … … 522 522 * @uses bp_get_current_group_id() 523 523 * @uses groups_is_user_admin() 524 * @return If current user is a moderator of the current group524 * @return bool If current user is a moderator of the current group 525 525 */ 526 526 function bbp_group_is_mod() { … … 551 551 * @uses bp_get_current_group_id() 552 552 * @uses groups_is_user_admin() 553 * @return If current user is a member of the current group553 * @return bool If current user is a member of the current group 554 554 */ 555 555 function bbp_group_is_member() { … … 580 580 * @uses bp_get_current_group_id() 581 581 * @uses groups_is_user_admin() 582 * @return If current user is banned from the current group582 * @return bool If current user is banned from the current group 583 583 */ 584 584 function bbp_group_is_banned() { … … 609 609 * @uses bp_get_current_group_id() 610 610 * @uses groups_is_user_admin() 611 * @return If current user the creator of the current group611 * @return bool If current user the creator of the current group 612 612 */ 613 613 function bbp_group_is_creator() {
Note: See TracChangeset
for help on using the changeset viewer.