Plugin Directory

Changeset 1012306


Ignore:
Timestamp:
10/22/2014 06:59:59 PM (11 years ago)
Author:
miled
Message:

remove rubbish

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wordpress-social-login/trunk/includes/services/wsl.user.avatar.php

    r1012302 r1012306  
    126126                {
    127127                    //Overwrite gravatars
    128                     if( stristr( $html, 'gravatar.com' ) )
     128                    if( stristr( strtolower( $html ), '.gravatar.com' ) )
    129129                    {
    130130                        $user_id = $args['item_id'];
     
    150150            }
    151151        }
    152 // print_r( $args );
    153 // print_r( $default );
    154 // print_r( "\n" );
    155 // print_r( $html );
    156 // die();
     152
    157153        return $html;
    158154    }
Note: See TracChangeset for help on using the changeset viewer.