aboutsummaryrefslogtreecommitdiff
path: root/lib/lib_rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lib_rss.php')
-rw-r--r--lib/lib_rss.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lib_rss.php b/lib/lib_rss.php
index 6929b316c..ba7b5b5d8 100644
--- a/lib/lib_rss.php
+++ b/lib/lib_rss.php
@@ -196,6 +196,7 @@ function timestamptodate ($t, $hour = true) {
}
/**
+ * Decode HTML entities but preserve XML entities.
* @param string|null $text
*/
function html_only_entity_decode($text): string {