Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/24/2014 09:59:12 PM (11 years ago)
Author:
boonebgorges
Message:

Improved documentation in Members component. See #5022

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-members/bp-members-buddybar.php

    r7521 r8318  
    44 * BuddyPress Members BuddyBar
    55 *
    6  * Handles the member functions related to the BuddyBar
     6 * Handles the member functions related to the BuddyBar.
    77 *
    88 * @package BuddyPress
     
    1414
    1515/**
    16  * Notifications Menu
     16 * Add the Notifications menu to the BuddyBar.
    1717 */
    1818function bp_adminbar_notifications_menu() {
     
    2828
    2929/**
    30  * Blog Authors Menu (visible when not logged in)
     30 * Add the Blog Authors menu to the BuddyBar (visible when not logged in).
    3131 */
    3232function bp_adminbar_authors_menu() {
     
    7575
    7676/**
     77 * Add a member admin menu to the BuddyBar.
     78 *
    7779 * Adds an Toolbar menu to any profile page providing site moderator actions
    7880 * that allow capable users to clean up a users account.
    79  *
    80  * @package BuddyPress XProfile
    8181 */
    8282function bp_members_adminbar_admin_menu() {
Note: See TracChangeset for help on using the changeset viewer.