summaryrefslogtreecommitdiff
path: root/modules/node/node.module
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2008-10-25 00:23:03 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2008-10-25 00:23:03 +0000
commit5101fd24a5f4334d24d6457adc9191d5019cee59 (patch)
tree498fcc82646b2b93df5de2421bb7f46d57e2bdc8 /modules/node/node.module
parent994cc4a8e454e23c0c623546afe0eb1354b9d85f (diff)
downloadbrdo-5101fd24a5f4334d24d6457adc9191d5019cee59.tar.gz
brdo-5101fd24a5f4334d24d6457adc9191d5019cee59.tar.bz2
#325876 by pwolanin: Fix doxygen for node_get_types() to reflect recent module -> base change.
Diffstat (limited to 'modules/node/node.module')
-rw-r--r--modules/node/node.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index 7a7ebef29..4fa229e5e 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -426,7 +426,7 @@ function node_teaser($body, $format = NULL, $size = NULL) {
*
* @param $op
* The format in which to return the list. When this is set to 'type',
- * 'module', or 'name', only the specified node type is returned. When set to
+ * 'base', or 'name', only the specified node type is returned. When set to
* 'types' or 'names', all node types are returned.
* @param $node
* A node object, array, or string that indicates the node type to return.