Changeset 6646
- Timestamp:
- 02/15/2018 11:40:03 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/wporg-sso/wp-plugin.php
r4971 r6646 81 81 82 82 if ( ! empty( $support_user->allcaps['bbp_blocked'] ) ) { 83 return new WP_Error( 'blocked_account', __( '<strong>ERROR</strong>: Your account has been disabled.', 'wporg -sso' ) );83 return new WP_Error( 'blocked_account', __( '<strong>ERROR</strong>: Your account has been disabled.', 'wporg' ) ); 84 84 } 85 85 } … … 297 297 */ 298 298 public function login_form_defaults( $defaults ) { 299 $defaults['label_remember'] = __( 'Remember me', 'wporg-sso' );300 $defaults['label_log_in'] = __( 'Log in', 'wporg-sso' );301 299 if ( ! empty( $_GET['redirect_to'] ) ) { 302 300 $defaults['redirect'] = $_GET['redirect_to']; // always ultimately checked for safety at redir time
Note: See TracChangeset
for help on using the changeset viewer.