Changeset 9324
- Timestamp:
- 12/11/2019 02:39:45 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/wporg-sso/wp-plugin.php
r9226 r9324 88 88 89 89 if ( ! empty( $support_user->allcaps['bbp_blocked'] ) ) { 90 return new WP_Error( 'blocked_account', __( '<strong>ERROR</strong>: Your account has been disabled.', 'wporg' ) ); 90 return new WP_Error( 91 'blocked_account', 92 __( '<strong>ERROR</strong>: Your account has been disabled.', 'wporg' ) . '<br>' . 93 sprintf( 94 __( 'Please contact %s for more details.', 'wporg' ), 95 '<a href="mailto:forum-password-resets@wordpress.org">forum-password-resets@wordpress.org</a>' 96 ) 97 ); 91 98 } 92 99 }
Note: See TracChangeset
for help on using the changeset viewer.