Skip to:
Content

BuddyPress.org


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

Standardizing our @since tags for the Groups Component.

See #6576.

File:
1 edited

Legend:

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

    r9906 r10148  
    11<?php
    2 
    32/**
    43 * BuddyPress Groups Toolbar.
     
    109 */
    1110
    12 // Exit if accessed directly
     11// Exit if accessed directly.
    1312defined( 'ABSPATH' ) || exit;
    1413
     
    1615 * Add the Group Admin top-level menu when viewing group pages.
    1716 *
    18  * @since BuddyPress (1.5.0)
     17 * @since 1.5.0
    1918 *
    2019 * @todo Add dynamic menu items for group extensions.
     
    8685 * Remove rogue WP core Edit menu when viewing a single group.
    8786 *
    88  * @since BuddyPress (1.6.0)
     87 * @since 1.6.0
    8988 */
    9089function bp_groups_remove_edit_page_menu() {
Note: See TracChangeset for help on using the changeset viewer.