update: include detected language to article structure passed to filters
This commit is contained in:
parent
2d9c568439
commit
73f9378d26
1 changed files with 1 additions and 0 deletions
|
@ -682,6 +682,7 @@
|
||||||
"link" => $entry_link,
|
"link" => $entry_link,
|
||||||
"tags" => $entry_tags,
|
"tags" => $entry_tags,
|
||||||
"author" => $entry_author,
|
"author" => $entry_author,
|
||||||
|
"language" => $entry_language,
|
||||||
"feed" => array("id" => $feed,
|
"feed" => array("id" => $feed,
|
||||||
"fetch_url" => $fetch_url,
|
"fetch_url" => $fetch_url,
|
||||||
"site_url" => $site_url)
|
"site_url" => $site_url)
|
||||||
|
|
Loading…
Reference in a new issue