- Timestamp:
- 04/28/2024 10:08:00 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/members/single/default-front.php
r12595 r13820 19 19 /* translators: 1: link to the customizer option. 2: link to the customizer widgets section. */ 20 20 esc_html__( 'You can set the preferences of the %1$s or add %2$s to it.', 'buddypress' ), 21 bp_nouveau_members_get_customizer_option_link(), 22 bp_nouveau_members_get_customizer_widgets_link() 21 // phpcs:disable WordPress.Security.EscapeOutput 22 bp_nouveau_members_get_customizer_option_link(), // Escaped in `bp_nouveau_get_customizer_link()`. 23 bp_nouveau_members_get_customizer_widgets_link() // Escaped in `bp_nouveau_get_customizer_link()`. 24 // phpcs:enable 23 25 ); 24 26 ?>
Note: See TracChangeset
for help on using the changeset viewer.