Ticket #8583: 8583.patch
File 8583.patch, 607 bytes (added by , 4 years ago) |
---|
-
src/bp-xprofile/bp-xprofile-admin.php
diff --git src/bp-xprofile/bp-xprofile-admin.php src/bp-xprofile/bp-xprofile-admin.php index 152f034e5..c8f23e10a 100644
function xprofile_admin_screen( $message = '', $type = 'error' ) { 376 376 377 377 if ( is_multisite() && current_user_can( 'manage_network_users') ) { 378 378 $settings_link = sprintf( 379 ' <a href="%1$ ">%2$s</a>.',379 ' <a href="%1$s">%2$s</a>.', 380 380 esc_url( network_admin_url( 'settings.php' ) ), 381 381 esc_html__( 'Edit settings', 'buddypress' ) 382 382 );