mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- fixed emotion in member directory tagline
This commit is contained in:
@@ -192,6 +192,7 @@
|
||||
.um-profile-photo {
|
||||
float: left;
|
||||
position: relative;
|
||||
width:200px;
|
||||
}
|
||||
|
||||
.um-profile-photo a.um-profile-photo-img {
|
||||
|
||||
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user