Changeset 12899 for trunk/src/bp-core/admin/bp-core-admin-tools.php
- Timestamp:
- 04/20/2021 04:03:08 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-tools.php
r12897 r12899 556 556 esc_html_x( 'Use the %s to repair these relationships.', 'buddypress tools intro', 'buddypress' ), 557 557 '<a href="' . esc_url( $url ) . '">' . esc_html__( 'BuddyPress Repair Tools', 'buddypress' ) . '</a>' 558 ); 559 ?> 560 </dd> 561 <dt><?php esc_html_e( 'Manage Opt-outs', 'buddypress' ) ?></dt> 562 <dd> 563 <?php esc_html_e( 'BuddyPress stores opt-out requests from people who are not members of this site, but have been contacted via communication from this site, and wish to opt-out from future communication.', 'buddypress' ); ?> 564 <?php 565 $url = add_query_arg( 'page', 'bp-optouts', bp_get_admin_url( $page ) ); 566 printf( 567 /* translators: %s: the link to the BuddyPress Nonmember Opt-outs */ 568 esc_html_x( 'Visit %s to manage your site’s opt-out requests.', 'buddypress opt-outs intro', 'buddypress' ), 569 '<a href="' . esc_url( $url ) . '">' . esc_html__( 'Nonmember Opt-outs', 'buddypress' ) . '</a>' 558 570 ); 559 571 ?>
Note: See TracChangeset
for help on using the changeset viewer.