diff --git src/bp-xprofile/bp-xprofile-admin.php src/bp-xprofile/bp-xprofile-admin.php
index c8f23e10a..c20bc7ca3 100644
|
|
|
function xprofile_admin_screen( $message = '', $type = 'error' ) {
|
| 320 | 320 | $signup_fields = array(); |
| 321 | 321 | $signup_fields_order = bp_xprofile_get_signup_field_ids(); |
| 322 | 322 | ?> |
| 323 | | <div id="tabs-signup-group"" class="tab-wrapper"> |
| | 323 | <div id="tabs-signup-group" class="tab-wrapper"> |
| 324 | 324 | <div class="tab-toolbar"> |
| 325 | 325 | <p class="description"><?php esc_html_e( 'Drag fields from other groups and drop them on the above tab to include them into your registration form.', 'buddypress' ); ?></p> |
| 326 | 326 | </div> |