Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/28/2021 11:49:06 PM (4 years ago)
Author:
dcavins
Message:

BP_Optouts: Improve localization.

Improve localization and translation instructions.

Props imath.

See #8448.

File:
1 edited

Legend:

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

    r12902 r12911  
    564564                $url = add_query_arg( 'page', 'bp-optouts', bp_get_admin_url( $page ) );
    565565                printf(
    566                     /* translators: %s: the link to the BuddyPress Nonmember Opt-outs */
     566                    /* translators: %s: the link to the BuddyPress Nonmember Opt-outs management tool screen */
    567567                    esc_html_x( 'Visit %s to manage your site’s opt-out requests.', 'buddypress opt-outs intro', 'buddypress' ),
    568568                    '<a href="' . esc_url( $url ) . '">' . esc_html__( 'Nonmember Opt-outs', 'buddypress' ) . '</a>'
Note: See TracChangeset for help on using the changeset viewer.