- fixed emotion in member directory tagline

This commit is contained in:
Denis Baranov
2018-01-26 17:16:49 +02:00
parent ad37578b33
commit 6a4e482923
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -192,6 +192,7 @@
.um-profile-photo {
float: left;
position: relative;
width:200px;
}
.um-profile-photo a.um-profile-photo-img {
+1 -1
View File
@@ -256,7 +256,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
$value = str_replace('https://https://','https://',$value);
$value = str_replace('http://https://','https://',$value);
$value = UM()->shortcodes()->emotize( $value );
//$value = UM()->shortcodes()->emotize( $value );
return $value;
}
+1 -1
View File
@@ -509,7 +509,7 @@ function um_filtered_value( $key, $data = false ) {
$value = apply_filters( "um_profile_field_filter_hook__", $value, $data, $type );
$value = apply_filters( "um_profile_field_filter_hook__{$key}", $value, $data );
$value = apply_filters( "um_profile_field_filter_hook__{$type}", $value, $data );
$value = UM()->shortcodes()->emotize( $value );
return $value;
}