User Meta in Profile

This commit is contained in:
ultimatemember
2014-12-29 21:14:22 +02:00
parent 6c94a20220
commit 85586286cd
13 changed files with 178 additions and 60 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ class UM_Validation {
if ( $social ) {
if ( substr( $url, 0, strlen($social) ) == $social ) { // starts with social requested
if ( !filter_var($url, FILTER_VALIDATE_URL) && strstr( $url, $social ) ) { // starts with social requested
return true;
} else {