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-adminbar.php

    r7859 r8318  
    44 * BuddyPress Members Toolbar
    55 *
    6  * Handles the member functions related to the WordPress Toolbar
     6 * Handles the member functions related to the WordPress Toolbar.
    77 *
    88 * @package BuddyPress
     
    1616 * Add the "My Account" menu and all submenus.
    1717 *
    18  * @since BuddyPress (1.6)
     18 * @since BuddyPress (1.6.0)
     19 *
    1920 * @todo Deprecate WP 3.2 Toolbar compatibility when we drop 3.2 support
    2021 */
     
    6768
    6869/**
    69  * Adds the User Admin top-level menu to user pages
     70 * Add the User Admin top-level menu to user pages.
    7071 *
    71  * @package BuddyPress
    72  * @since BuddyPress (1.5)
     72 * @since BuddyPress (1.5.0)
    7373 */
    7474function bp_members_admin_bar_user_admin_menu() {
     
    137137
    138138/**
    139  * Build the "Notifications" dropdown
     139 * Build the "Notifications" dropdown.
    140140 *
    141  * @package BuddyPress
    142  * @since BuddyPress (1.5)
     141 * @since BuddyPress (1.5.0)
    143142 */
    144143function bp_members_admin_bar_notifications_menu() {
     
    154153
    155154/**
    156  * Remove rogue WP core edit menu when viewing a single user
     155 * Remove rogue WP core Edit menu when viewing a single user.
    157156 *
    158  * @since BuddyPress (1.6)
     157 * @since BuddyPress (1.6.0)
    159158 */
    160159function bp_members_remove_edit_page_menu() {
Note: See TracChangeset for help on using the changeset viewer.