Fix an `onclick` (`Article.editArticleTags` --> `Article.editTags`)
This commit is contained in:
parent
5ead558e43
commit
6100392bd5
|
@ -633,7 +633,7 @@ class Feeds extends Handler_Protected {
|
||||||
$tmp_content .= "<img src='images/tag.png' alt='Tags' title='Tags'>
|
$tmp_content .= "<img src='images/tag.png' alt='Tags' title='Tags'>
|
||||||
<span id=\"ATSTR-$id\">$tags_str</span>
|
<span id=\"ATSTR-$id\">$tags_str</span>
|
||||||
<a title=\"".__('Edit tags for this article')."\"
|
<a title=\"".__('Edit tags for this article')."\"
|
||||||
href=\"#\" onclick=\"Article.editArticleTags($id)\">(+)</a>";
|
href=\"#\" onclick=\"Article.editTags($id)\">(+)</a>";
|
||||||
|
|
||||||
$num_comments = (int) $line["num_comments"];
|
$num_comments = (int) $line["num_comments"];
|
||||||
$entry_comments = "";
|
$entry_comments = "";
|
||||||
|
|
Loading…
Reference in New Issue