Changeset 10740 for trunk/src/bp-xprofile/bp-xprofile-admin.php
- Timestamp:
- 05/07/2016 07:38:27 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-admin.php
r10657 r10740 18 18 * Creates the administration interface menus and checks to see if the DB 19 19 * tables are set up. 20 * 21 * @since 1.0.0 20 22 * 21 23 * @uses bp_current_user_can() returns true if the current user is a site admin, false if not. … … 39 41 * profile groups and fields. 40 42 * 43 * @since 1.0.0 44 * 41 45 * @param string $message Message to display. 42 46 * @param string $type Type of action to be displayed. … … 71 75 72 76 /** 73 * Output the main XProfile management screen 77 * Output the main XProfile management screen. 74 78 * 75 79 * @since 2.3.0 … … 243 247 * Handles the adding or editing of groups. 244 248 * 249 * @since 1.0.0 250 * 245 251 * @param int|null $group_id Group ID to manage. 246 252 */ … … 305 311 /** 306 312 * Handles the deletion of profile data groups. 313 * 314 * @since 1.0.0 307 315 * 308 316 * @param int $group_id ID of the group to delete. … … 337 345 * Handles the adding or editing of profile field data for a user. 338 346 * 347 * @since 1.0.0 348 * 339 349 * @param int $group_id ID of the group. 340 350 * @param int|null $field_id ID of the field being managed. … … 453 463 * 454 464 * @since 1.0.0 465 * 455 466 * @global string $message The feedback message to show. 456 467 * @global $type The type of feedback message to show.
Note: See TracChangeset
for help on using the changeset viewer.