Changeset 11302
- Timestamp:
- 11/01/2021 05:24:15 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-users.php
r11301 r11302 324 324 is_email_address_unsafe( $_POST['email'] ) 325 325 ) { 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' ) ); 327 327 328 328 // Override the post variable to ensure that bbPress & core doesn't use it.
Note: See TracChangeset
for help on using the changeset viewer.