Issue #1402620 by jeckman, jwlogemann: Fixed node_show() return doc links to nonexistent function.

merge-requests/26/head
webchick 2012-01-30 23:51:33 -08:00
parent 184545b331
commit 60c65b1cb3
1 changed files with 1 additions and 1 deletions

View File

@ -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) {