Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/24/2015 11:49:25 PM (10 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Settings component.

See #6576.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-settings/bp-settings-template.php

    r9994 r10137  
    11<?php
    2 
    32/**
    43 * BuddyPress Settings Template Functions.
     
    87 */
    98
    10 // Exit if accessed directly
     9// Exit if accessed directly.
    1110defined( 'ABSPATH' ) || exit;
    1211
     
    1615 * @package BuddyPress
    1716 * @subpackage SettingsTemplate
    18  * @since BuddyPress (1.5.0)
     17 * @since 1.5.0
    1918 *
    2019 * @uses bp_get_settings_slug()
     
    2827     * @package BuddyPress
    2928     * @subpackage SettingsTemplate
    30      * @since BuddyPress (1.5.0)
     29     * @since 1.5.0
    3130     */
    3231    function bp_get_settings_slug() {
     
    3534         * Filters the Settings component slug.
    3635         *
    37          * @since BuddyPress (1.5.0)
     36         * @since 1.5.0
    3837         *
    3938         * @param string $slug Settings component slug.
     
    4746 * @package BuddyPress
    4847 * @subpackage SettingsTemplate
    49  * @since BuddyPress (1.5.0)
     48 * @since 1.5.0
    5049 *
    5150 * @uses bp_get_settings_root_slug()
     
    5958     * @package BuddyPress
    6059     * @subpackage SettingsTemplate
    61      * @since BuddyPress (1.5.0)
     60     * @since 1.5.0
    6261     */
    6362    function bp_get_settings_root_slug() {
     
    6665         * Filters the Settings component root slug.
    6766         *
    68          * @since BuddyPress (1.5.0)
     67         * @since 1.5.0
    6968         *
    7069         * @param string $root_slug Settings component root slug.
     
    7675 * Add the 'pending email change' message to the settings page.
    7776 *
    78  * @since BuddyPress (2.1.0)
     77 * @since 2.1.0
    7978 */
    8079function bp_settings_pending_email_notice() {
Note: See TracChangeset for help on using the changeset viewer.