diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-03 21:00:43 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-03 21:00:43 +0000 |
| commit | 5e99eb41ecdf55e5482b4823b009f3cfdac6ec22 (patch) | |
| tree | 5167514d71b52eeb3315f9ca72b095e189eda8db /classes/RSSUtils.php | |
| parent | c67b943aa894b90103c4752ac430958886b996b2 (diff) | |
Remove references to, and integrations with, 'tt-rss.org'.
Diffstat (limited to 'classes/RSSUtils.php')
| -rw-r--r-- | classes/RSSUtils.php | 2 |
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 { |