Skip to:
Content

BuddyPress.org

Ticket #8583: 8583.patch

File 8583.patch, 607 bytes (added by imath, 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' ) { 
    376376
    377377                                                        if ( is_multisite() && current_user_can( 'manage_network_users') ) {
    378378                                                                $settings_link = sprintf(
    379                                                                         ' <a href="%1$">%2$s</a>.',
     379                                                                        ' <a href="%1$s">%2$s</a>.',
    380380                                                                        esc_url( network_admin_url( 'settings.php' ) ),
    381381                                                                        esc_html__( 'Edit settings', 'buddypress' )
    382382                                                                );