diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2012-01-30 23:51:33 -0800 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2012-01-30 23:51:33 -0800 |
commit | 60c65b1cb3f02f9700b8ef916c962049bc61c91c (patch) | |
tree | b7f615977fc8ae77f95b9b1e5de419f20014c9e1 /modules/node | |
parent | 184545b33173195c5959cad489b5cc0d358a0481 (diff) | |
download | brdo-60c65b1cb3f02f9700b8ef916c962049bc61c91c.tar.gz brdo-60c65b1cb3f02f9700b8ef916c962049bc61c91c.tar.bz2 |
Issue #1402620 by jeckman, jwlogemann: Fixed node_show() return doc links to nonexistent function.
Diffstat (limited to 'modules/node')
-rw-r--r-- | modules/node/node.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module index 2cba76a1d..fe8ee5169 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1396,7 +1396,7 @@ function node_build_content($node, $view_mode = 'full', $langcode = NULL) { * @param $message * A flag which sets a page title relevant to the revision being viewed. * @return - * A $page element suitable for use by drupal_page_render(). + * A $page element suitable for use by drupal_render(). */ function node_show($node, $message = FALSE) { if ($message) { |