Skip to content
Snippets Groups Projects
Commit 354717d5 authored by Alex Barth's avatar Alex Barth
Browse files

Clean up comment.

parent 862fe7c1
No related branches found
No related tags found
No related merge requests found
...@@ -115,7 +115,7 @@ function feeds_import_tab_form_submit($form, &$form_state) { ...@@ -115,7 +115,7 @@ function feeds_import_tab_form_submit($form, &$form_state) {
* Render a feeds delete form. * Render a feeds delete form.
* *
* Used on both node pages and configuration pages. * Used on both node pages and configuration pages.
* Therefore either $feed_id or $node may be missing. * Therefore $node may be missing.
*/ */
function feeds_delete_tab_form(&$form_state, $importer_id, $node = NULL) { function feeds_delete_tab_form(&$form_state, $importer_id, $node = NULL) {
if (empty($node)) { if (empty($node)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment