Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/03/2016 06:14:41 AM (9 years ago)
Author:
tw2113
Message:

More cleanup and new phpdocs for functions or methods in the XProfile component.

See #6406.

File:
1 edited

Legend:

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

    r10418 r10434  
    480480/**
    481481 * Handles the ajax reordering of fields within a group.
     482 *
     483 * @since 1.0.0
    482484 */
    483485function xprofile_ajax_reorder_fields() {
     
    502504/**
    503505 * Handles the reordering of field groups.
     506 *
     507 * @since 1.5.0
    504508 */
    505509function xprofile_ajax_reorder_field_groups() {
     
    522526/**
    523527 * Handles the WYSIWYG display of each profile field on the edit screen.
     528 *
     529 * @since 1.5.0
    524530 *
    525531 * @param object $admin_field Admin field.
Note: See TracChangeset for help on using the changeset viewer.