Changeset 12012 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-users.php
- Timestamp:
- 08/10/2022 05:03:34 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-users.php
r11302 r12012 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.', 'wporg-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.