mention that language passed is read only
This commit is contained in:
parent
73f9378d26
commit
02b0348a8a
1 changed files with 1 additions and 1 deletions
|
@ -682,7 +682,7 @@
|
|||
"link" => $entry_link,
|
||||
"tags" => $entry_tags,
|
||||
"author" => $entry_author,
|
||||
"language" => $entry_language,
|
||||
"language" => $entry_language, // read only
|
||||
"feed" => array("id" => $feed,
|
||||
"fetch_url" => $fetch_url,
|
||||
"site_url" => $site_url)
|
||||
|
|
Loading…
Reference in a new issue