Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/07/2016 07:38:27 PM (7 years ago)
Author:
tw2113
Message:

Continued XProfile docs cleanup.

See #6406.

File:
1 edited

Legend:

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

    r10657 r10740  
    1818 * Creates the administration interface menus and checks to see if the DB
    1919 * tables are set up.
     20 *
     21 * @since 1.0.0
    2022 *
    2123 * @uses bp_current_user_can() returns true if the current user is a site admin, false if not.
     
    3941 * profile groups and fields.
    4042 *
     43 * @since 1.0.0
     44 *
    4145 * @param string $message Message to display.
    4246 * @param string $type    Type of action to be displayed.
     
    7175
    7276/**
    73  * Output the main XProfile management screen
     77 * Output the main XProfile management screen.
    7478 *
    7579 * @since 2.3.0
     
    243247 * Handles the adding or editing of groups.
    244248 *
     249 * @since 1.0.0
     250 *
    245251 * @param int|null $group_id Group ID to manage.
    246252 */
     
    305311/**
    306312 * Handles the deletion of profile data groups.
     313 *
     314 * @since 1.0.0
    307315 *
    308316 * @param int $group_id ID of the group to delete.
     
    337345 * Handles the adding or editing of profile field data for a user.
    338346 *
     347 * @since 1.0.0
     348 *
    339349 * @param int      $group_id ID of the group.
    340350 * @param int|null $field_id ID of the field being managed.
     
    453463 *
    454464 * @since 1.0.0
     465 *
    455466 * @global string $message The feedback message to show.
    456467 * @global $type The type of feedback message to show.
Note: See TracChangeset for help on using the changeset viewer.