Skip to content

Commit

Permalink
fix: removes stray echo
Browse files Browse the repository at this point in the history
  • Loading branch information
Genyus committed Aug 22, 2021
1 parent 9d5910e commit 75e3cb7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/wpmus-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ function wpmus_sync_newuser( $user_id ) {
function wpmus_maybesync_newuser( $user_login ) {
global $wpmus_newUserSync;

echo "maybe";

if ($wpmus_newUserSync == 'yes') {

if ( function_exists( 'get_user_by' ) )
Expand Down

0 comments on commit 75e3cb7

Please sign in to comment.