Changeset 13933
- Timestamp:
- 06/22/2024 08:20:23 AM (5 months ago)
- Location:
- trunk/src/bp-templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/assets/emails/single-bp-email.php
r13822 r13933 216 216 ?> 217 217 218 <span class="footer_text"><?php echo nl2br( esc_html( stripslashes( $settings['footer_text']) ) ); ?></span>218 <span class="footer_text"><?php echo nl2br( wp_kses( stripslashes( $settings['footer_text'] ), array( 'a' => array( 'href' => true ) ) ) ); ?></span> 219 219 <br><br> 220 220 <a href="{{{unsubscribe}}}" style="text-decoration: underline;"><?php echo esc_html_x( 'unsubscribe', 'email', 'buddypress' ); ?></a> -
trunk/src/bp-templates/bp-nouveau/buddypress/assets/emails/single-bp-email.php
r13820 r13933 216 216 ?> 217 217 218 <span class="footer_text"><?php echo nl2br( esc_html( stripslashes( $settings['footer_text']) ) ); ?></span>218 <span class="footer_text"><?php echo nl2br( wp_kses( stripslashes( $settings['footer_text'] ), array( 'a' => array( 'href' => true ) ) ) ); ?></span> 219 219 <br><br> 220 220 <a href="{{{unsubscribe}}}" style="text-decoration: underline;"><?php echo esc_html_x( 'unsubscribe', 'email', 'buddypress' ); ?></a>
Note: See TracChangeset
for help on using the changeset viewer.