Fix convert tags format

This commit is contained in:
champsupertramp
2016-05-10 20:19:44 +08:00
parent 65ca3e4e91
commit 10ef167c96
+1 -1
View File
@@ -204,7 +204,7 @@
$replace = apply_filters('um_template_tags_replaces_hook', $replace);
$content = str_replace($search, $replace, $content);
$content = wp_kses_decode_entities( str_replace($search, $replace, $content) );
if ( isset( $args['tags'] ) && isset( $args['tags_replace'] ) ) {
$content = str_replace($args['tags'], $args['tags_replace'], $content);