Making WordPress.org

Changeset 11302


Ignore:
Timestamp:
11/01/2021 05:24:15 AM (4 years ago)
Author:
dd32
Message:

Support Forums: Correct the textdomain in [11301].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-users.php

    r11301 r11302  
    324324            is_email_address_unsafe( $_POST['email'] )
    325325        ) {
    326             bbp_add_error( 'bbp_user_email_invalid', __( '<strong>Error</strong>: That email address cannot be used.', 'support-forums' ), array( 'form-field' => 'email' ) );
     326            bbp_add_error( 'bbp_user_email_invalid', __( '<strong>Error</strong>: That email address cannot be used.', 'wporg-forums' ), array( 'form-field' => 'email' ) );
    327327
    328328            // Override the post variable to ensure that bbPress & core doesn't use it.
Note: See TracChangeset for help on using the changeset viewer.