Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
joehoyle authored Apr 20, 2021
1 parent 9719ffa commit d71f42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/wordpress/namespace.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function load_plugin() {
if ( ! empty( $config['oauth2-client-id'] ) && ! empty( $config['cookie'] ) ) {
define( 'HM_DELEGATED_AUTH_CLIENT_ID', $config['oauth2-client-id'] );
}

if ( ! defined( 'HM_DELEGATED_AUTH_LOGIN_TEXT' ) ) {
define( 'HM_DELEGATED_AUTH_LOGIN_TEXT', __( 'Login with WordPress SSO', 'altis' ) );
}
Expand Down

0 comments on commit d71f42f

Please sign in to comment.