- added Photos extension;

This commit is contained in:
nikitozzzzzzz
2018-06-22 14:41:51 +03:00
parent b6ace74858
commit 5a2c6819a6
3 changed files with 4 additions and 5 deletions
+1 -3
View File
@@ -658,9 +658,7 @@ if ( ! class_exists( 'um\core\Fields' ) ) {
} elseif ( ( um_user( $key ) || isset( $data['show_anyway'] ) ) && $this->viewing == true ) {
$value = um_filtered_value( $key, $data );
return $value;
return um_filtered_value( $key, $data );
} elseif ( isset( UM()->user()->profile[ $key ] ) ) {