Skip to:
Content

BuddyPress.org

Changeset 13119


Ignore:
Timestamp:
10/08/2021 06:22:08 PM (4 years ago)
Author:
imath
Message:

XProfile Admin: use right translation placeholder to build a link

Props Offereins

Fixes #8583

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/bp-xprofile-admin.php

    r12968 r13119  
    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' )
Note: See TracChangeset for help on using the changeset viewer.