From a641fe2cf078af03bb7f2a00de93dd296ca9be81 Mon Sep 17 00:00:00 2001 From: Alex Barth <alex_b@53995.no-reply.drupal.org> Date: Sat, 18 Sep 2010 00:32:07 +0000 Subject: [PATCH] Add a todo. --- feeds.module | 2 ++ 1 file changed, 2 insertions(+) diff --git a/feeds.module b/feeds.module index 1e2f0a83..929e18d4 100644 --- a/feeds.module +++ b/feeds.module @@ -800,6 +800,8 @@ function feeds_get_plugins_by_type($type) { /** * Gets an instance of a class for a given plugin and id. * + * @todo Collapse into FeedsPlugin::instance(). + * * @param $plugin * A string that is the key of the plugin to load. * @param $id -- GitLab