Changeset 11530
- Timestamp:
- 02/08/2022 08:58:47 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-bbp-term-subscription/inc/class-plugin.php
r11529 r11530 95 95 if ( $is_subscribed ) { 96 96 $message = sprintf( 97 __( 'You are subscribed to this forum, and will rec ieve emails for future topic activity. <a href="%1$s">Unsubscribe from %2$s</a>', 'wporg-forums' ),97 __( 'You are subscribed to this forum, and will receive emails for future topic activity. <a href="%1$s">Unsubscribe from %2$s</a>', 'wporg-forums' ), 98 98 self::get_subscription_url( get_current_user_id(), $term->term_id, $this->taxonomy ), 99 99 esc_html( $term_name )
Note: See TracChangeset
for help on using the changeset viewer.