Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/13/2015 02:02:56 AM (11 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/admin/bp-core-admin-slugs.php

    r10012 r10108  
    11<?php
    2 
    32/**
    43 * BuddyPress Admin Slug Functions.
     
    87 */
    98
    10 // Exit if accessed directly
     9// Exit if accessed directly.
    1110defined( 'ABSPATH' ) || exit;
    1211
     
    1413 * Renders the page mapping admin panel.
    1514 *
    16  * @since BuddyPress (1.6.0)
     15 * @since 1.6.0
    1716 * @todo Use settings API
    1817 * @uses bp_core_admin_component_options()
     
    4544 *
    4645 * @package BuddyPress
    47  * @since BuddyPress (1.6.0)
     46 * @since 1.6.0
    4847 * @todo Use settings API
    4948 */
     
    7675         * Filters the loaded components needing directory page association to a WordPress page.
    7776         *
    78          * @since BuddyPress (1.5.0)
     77         * @since 1.5.0
    7978         *
    8079         * @param array $directory_pages Array of available components to set associations for.
     
    130129                                 * Allows plugins to add their own directory associations.
    131130                                 *
    132                                  * @since BuddyPress (1.5.0)
     131                                 * @since 1.5.0
    133132                                 */
    134133                                do_action( 'bp_active_external_directories' ); ?>
     
    152151         * Filters the default static pages for BuddyPress setup.
    153152         *
    154          * @since BuddyPress (1.6.0)
     153         * @since 1.6.0
    155154         *
    156155         * @param array $static_pages Array of static default static pages.
     
    203202                                 * Fires after the display of default static pages for BuddyPress setup.
    204203                                 *
    205                                  * @since BuddyPress (1.5.0)
     204                                 * @since 1.5.0
    206205                                 */
    207206                                do_action( 'bp_active_external_pages' ); ?>
     
    217216 * Handle saving of the BuddyPress slugs.
    218217 *
    219  * @since BuddyPress (1.6.0)
     218 * @since 1.6.0
    220219 * @todo Use settings API
    221220 */
Note: See TracChangeset for help on using the changeset viewer.