Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/25/2015 12:18:18 AM (10 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the XProfile component.

See #6576.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/bp-xprofile-screens.php

    r10135 r10140  
    11<?php
    2 
    3 /**
    4  * BuddyPress XProfile Screens
     2/**
     3 * BuddyPress XProfile Screens.
    54 *
    65 * Screen functions are the controllers of BuddyPress. They will execute when
     
    1211 */
    1312
    14 // Exit if accessed directly
     13// Exit if accessed directly.
    1514defined( 'ABSPATH' ) || exit;
    1615
     
    2726     * Fires right before the loading of the XProfile screen template file.
    2827     *
    29      * @since BuddyPress (1.0.0)
     28     * @since 1.0.0
    3029     *
    3130     * @param string $new $_GET parameter holding the "new" parameter.
     
    3635     * Filters the template to load for the XProfile screen.
    3736     *
    38      * @since BuddyPress (1.0.0)
     37     * @since 1.0.0
    3938     *
    4039     * @param string $template Path to the XProfile template to load.
     
    152151                     * Fires on each iteration of an XProfile field being saved with no error.
    153152                     *
    154                      * @since BuddyPress (1.1.0)
     153                     * @since 1.1.0
    155154                     *
    156155                     * @param int    $field_id ID of the field that was saved.
     
    164163             * Fires after all XProfile fields have been saved for the current profile.
    165164             *
    166              * @since BuddyPress (1.0.0)
     165             * @since 1.0.0
    167166             *
    168167             * @param int   $value            Displayed user ID.
     
    189188     * Fires right before the loading of the XProfile edit screen template file.
    190189     *
    191      * @since BuddyPress (1.0.0)
     190     * @since 1.0.0
    192191     */
    193192    do_action( 'xprofile_screen_edit_profile' );
     
    196195     * Filters the template to load for the XProfile edit screen.
    197196     *
    198      * @since BuddyPress (1.0.0)
     197     * @since 1.0.0
    199198     *
    200199     * @param string $template Path to the XProfile edit template to load.
     
    283282     * Fires right before the loading of the XProfile change avatar screen template file.
    284283     *
    285      * @since BuddyPress (1.0.0)
     284     * @since 1.0.0
    286285     */
    287286    do_action( 'xprofile_screen_change_avatar' );
     
    290289     * Filters the template to load for the XProfile change avatar screen.
    291290     *
    292      * @since BuddyPress (1.0.0)
     291     * @since 1.0.0
    293292     *
    294293     * @param string $template Path to the XProfile change avatar template to load.
     
    300299 * Show the xprofile settings template
    301300 *
    302  * @since BuddyPress (2.0.0)
     301 * @since 2.0.0
    303302 */
    304303function bp_xprofile_screen_settings() {
     
    313312     * Filters the template to load for the XProfile settings screen.
    314313     *
    315      * @since BuddyPress (2.0.0)
     314     * @since 2.0.0
    316315     *
    317316     * @param string $template Path to the XProfile change avatar template to load.
Note: See TracChangeset for help on using the changeset viewer.