From 73f9378d26e4eb26157f806809a5470cf3b41347 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 19 Aug 2014 14:02:28 +0400 Subject: [PATCH] update: include detected language to article structure passed to filters --- include/rssfuncs.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/rssfuncs.php b/include/rssfuncs.php index 4f783b7a..8f71f950 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -682,6 +682,7 @@ "link" => $entry_link, "tags" => $entry_tags, "author" => $entry_author, + "language" => $entry_language, "feed" => array("id" => $feed, "fetch_url" => $fetch_url, "site_url" => $site_url) -- 2.39.2