Changeset 10434 for trunk/src/bp-xprofile/bp-xprofile-admin.php
- Timestamp:
- 01/03/2016 06:14:41 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-admin.php
r10418 r10434 480 480 /** 481 481 * Handles the ajax reordering of fields within a group. 482 * 483 * @since 1.0.0 482 484 */ 483 485 function xprofile_ajax_reorder_fields() { … … 502 504 /** 503 505 * Handles the reordering of field groups. 506 * 507 * @since 1.5.0 504 508 */ 505 509 function xprofile_ajax_reorder_field_groups() { … … 522 526 /** 523 527 * Handles the WYSIWYG display of each profile field on the edit screen. 528 * 529 * @since 1.5.0 524 530 * 525 531 * @param object $admin_field Admin field.
Note: See TracChangeset
for help on using the changeset viewer.