Version 1.0.51

This commit is contained in:
ultimatemember
2015-02-13 02:05:04 +02:00
parent 3af48d0466
commit 7fc3d3c1bd
20 changed files with 249 additions and 294 deletions
+4
View File
@@ -424,6 +424,10 @@ class UM_Fields {
if ( um_user( $key ) && $this->editing == true ) {
if ( strstr($key, 'role_') ) {
$key = 'role';
}
if ( um_user( $key ) == $value ) {
return true;
}