Changeset 12911 for trunk/src/bp-core/admin/bp-core-admin-tools.php
- Timestamp:
- 04/28/2021 11:49:06 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-tools.php
r12902 r12911 564 564 $url = add_query_arg( 'page', 'bp-optouts', bp_get_admin_url( $page ) ); 565 565 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 */ 567 567 esc_html_x( 'Visit %s to manage your site’s opt-out requests.', 'buddypress opt-outs intro', 'buddypress' ), 568 568 '<a href="' . esc_url( $url ) . '">' . esc_html__( 'Nonmember Opt-outs', 'buddypress' ) . '</a>'
Note: See TracChangeset
for help on using the changeset viewer.