summaryrefslogtreecommitdiff
path: root/classes/RSSUtils.php
diff options
context:
space:
mode:
authorsupahgreg <supahgreg@users.noreply.github.com>2025-10-03 21:00:43 +0000
committersupahgreg <supahgreg@users.noreply.github.com>2025-10-03 21:00:43 +0000
commit5e99eb41ecdf55e5482b4823b009f3cfdac6ec22 (patch)
tree5167514d71b52eeb3315f9ca72b095e189eda8db /classes/RSSUtils.php
parentc67b943aa894b90103c4752ac430958886b996b2 (diff)
Remove references to, and integrations with, 'tt-rss.org'.
Diffstat (limited to 'classes/RSSUtils.php')
-rw-r--r--classes/RSSUtils.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/classes/RSSUtils.php b/classes/RSSUtils.php
index 540069b6a..c4a6af548 100644
--- a/classes/RSSUtils.php
+++ b/classes/RSSUtils.php
@@ -1989,8 +1989,6 @@ class RSSUtils {
}
/**
- * @see https://community.tt-rss.org/t/problem-with-img-srcset/3519
- *
* @return array<int, array<string, string>> An array of srcset subitem arrays with keys "url" and "size"
*/
static function decode_srcset(string $srcset): array {