Skip to content

Commit 12d9887

Browse files
committed
Wrong function name
1 parent 4b96e90 commit 12d9887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function micropub_client_info( $post = null, $args = null ) {
114114
}
115115
$text .= ' />';
116116
} elseif ( array_key_exists( 'name', $client ) ) {
117-
$text = sanitize_text( $name );
117+
$text = esc_html( $name );
118118
} else {
119119
$text = 'Unknown Client';
120120
}

0 commit comments

Comments
 (0)