Making WordPress.org

Changeset 11530


Ignore:
Timestamp:
02/08/2022 08:58:47 AM (3 years ago)
Author:
dd32
Message:

Support Forums: Fix a typo in [11529].

Props kittmedia.
See #3456.

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  
    9595        if ( $is_subscribed ) {
    9696            $message = sprintf(
    97                 __( 'You are subscribed to this forum, and will recieve 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' ),
    9898                self::get_subscription_url( get_current_user_id(), $term->term_id, $this->taxonomy ),
    9999                esc_html( $term_name )
Note: See TracChangeset for help on using the changeset viewer.