Changeset 1012306
- Timestamp:
- 10/22/2014 06:59:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wordpress-social-login/trunk/includes/services/wsl.user.avatar.php
r1012302 r1012306 126 126 { 127 127 //Overwrite gravatars 128 if( stristr( $html, 'gravatar.com' ) )128 if( stristr( strtolower( $html ), '.gravatar.com' ) ) 129 129 { 130 130 $user_id = $args['item_id']; … … 150 150 } 151 151 } 152 // print_r( $args ); 153 // print_r( $default ); 154 // print_r( "\n" ); 155 // print_r( $html ); 156 // die(); 152 157 153 return $html; 158 154 }
Note: See TracChangeset
for help on using the changeset viewer.