summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2015-05-05 00:04:13 -0400
committerDavid Rothstein <drothstein@gmail.com>2015-05-05 00:04:13 -0400
commitd479272463262506658efad773b347d9c67f8a30 (patch)
treec2447ce3ee6004e50dfff45d90e65dcfa7aaf23a /modules
parent494c442e2d91c4816eccac30d29e3f4c8a0c0232 (diff)
downloadbrdo-d479272463262506658efad773b347d9c67f8a30.tar.gz
brdo-d479272463262506658efad773b347d9c67f8a30.tar.bz2
Issue #1863290 by woprrr, vomiand, dcam, vegantriathlete: poll_node_info() has unused 'has_body' attribute that is left over from Drupal 6
Diffstat (limited to 'modules')
-rw-r--r--modules/poll/poll.module1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/poll/poll.module b/modules/poll/poll.module
index d3d64b178..bfc72bf93 100644
--- a/modules/poll/poll.module
+++ b/modules/poll/poll.module
@@ -191,7 +191,6 @@ function poll_node_info() {
'base' => 'poll',
'description' => t('A <em>poll</em> is a question with a set of possible responses. A <em>poll</em>, once created, automatically provides a simple running count of the number of votes received for each response.'),
'title_label' => t('Question'),
- 'has_body' => FALSE,
)
);
}