Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/27/2015 05:43:55 AM (9 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Members Component.

See #6576.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-members/bp-members-adminbar.php

    r9877 r10149  
    11<?php
    2 
    32/**
    43 * BuddyPress Members Toolbar.
     
    109 */
    1110
    12 // Exit if accessed directly
     11// Exit if accessed directly.
    1312defined( 'ABSPATH' ) || exit;
    1413
     
    1615 * Add the "My Account" menu and all submenus.
    1716 *
    18  * @since BuddyPress (1.6.0)
     17 * @since 1.6.0
    1918 *
    2019 * @todo Deprecate WP 3.2 Toolbar compatibility when we drop 3.2 support
     
    7271 * Add the User Admin top-level menu to user pages.
    7372 *
    74  * @since BuddyPress (1.5.0)
     73 * @since 1.5.0
    7574 */
    7675function bp_members_admin_bar_user_admin_menu() {
     
    143142 * Build the "Notifications" dropdown.
    144143 *
    145  * @since BuddyPress (1.5.0)
     144 * @since 1.5.0
    146145 */
    147146function bp_members_admin_bar_notifications_menu() {
     
    159158 * Remove rogue WP core Edit menu when viewing a single user.
    160159 *
    161  * @since BuddyPress (1.6.0)
     160 * @since 1.6.0
    162161 */
    163162function bp_members_remove_edit_page_menu() {
Note: See TracChangeset for help on using the changeset viewer.