Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/13/2015 02:02:56 AM (10 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Core component.

See #6576.

File:
1 edited

Legend:

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

    r10012 r10108  
    11<?php
    2 
    32/**
    43 * BuddyPress Core Toolbar.
     
    109 */
    1110
    12 // Exit if accessed directly
     11// Exit if accessed directly.
    1312defined( 'ABSPATH' ) || exit;
    1413
     
    1615 * Add the secondary BuddyPress area to the my-account menu.
    1716 *
    18  * @since BuddyPress (1.6.0)
     17 * @since 1.6.0
    1918 *
    2019 * @global WP_Admin_Bar $wp_admin_bar
     
    5352 * Handle the Toolbar/BuddyBar business.
    5453 *
    55  * @since BuddyPress (1.2.0)
     54 * @since 1.2.0
    5655 *
    5756 * @global string $wp_version
     
    103102 * the `bp_init` action in `bp-core-actions.php`.
    104103 *
    105  * @since BuddyPress (1.5.0)
     104 * @since 1.5.0
    106105 */
    107106function bp_core_load_admin_bar_css() {
     
    113112 * Enqueue supplemental WordPress Toolbar styling.
    114113 *
    115  * @since BuddyPress (2.1.0)
     114 * @since 2.1.0
    116115 *
    117116 * @see bp_core_register_common_styles()
Note: See TracChangeset for help on using the changeset viewer.