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-screens.php

    r9994 r10137  
    11<?php
    2 
    32/**
    43 * BuddyPress Settings Screens.
     
    87 */
    98
    10 // Exit if accessed directly
     9// Exit if accessed directly.
    1110defined( 'ABSPATH' ) || exit;
    1211
     
    1413 * Show the general settings template.
    1514 *
    16  * @since BuddyPress (1.5.0)
     15 * @since 1.5.0
    1716 */
    1817function bp_settings_screen_general() {
     
    2625     * Filters the template file path to use for the general settings screen.
    2726     *
    28      * @since BuddyPress (1.6.0)
     27     * @since 1.6.0
    2928     *
    3029     * @param string $value Directory path to look in for the template file.
     
    3635 * Show the notifications settings template.
    3736 *
    38  * @since BuddyPress (1.5.0)
     37 * @since 1.5.0
    3938 */
    4039function bp_settings_screen_notification() {
     
    4847     * Filters the template file path to use for the notification settings screen.
    4948     *
    50      * @since BuddyPress (1.6.0)
     49     * @since 1.6.0
    5150     *
    5251     * @param string $value Directory path to look in for the template file.
     
    5857 * Show the delete-account settings template.
    5958 *
    60  * @since BuddyPress (1.5.0)
     59 * @since 1.5.0
    6160 */
    6261function bp_settings_screen_delete_account() {
     
    7069     * Filters the template file path to use for the delete-account settings screen.
    7170     *
    72      * @since BuddyPress (1.6.0)
     71     * @since 1.6.0
    7372     *
    7473     * @param string $value Directory path to look in for the template file.
     
    8079 * Show the capabilities settings template.
    8180 *
    82  * @since BuddyPress (1.6.0)
     81 * @since 1.6.0
    8382 */
    8483function bp_settings_screen_capabilities() {
     
    9291     * Filters the template file path to use for the capabilities settings screen.
    9392     *
    94      * @since BuddyPress (1.6.0)
     93     * @since 1.6.0
    9594     *
    9695     * @param string $value Directory path to look in for the template file.
Note: See TracChangeset for help on using the changeset viewer.