Issue #1402620 by jeckman, jwlogemann: Fixed node_show() return doc links to nonexistent function.
parent
184545b331
commit
60c65b1cb3
|
@ -1396,7 +1396,7 @@ function node_build_content($node, $view_mode = 'full', $langcode = NULL) {
|
||||||
* @param $message
|
* @param $message
|
||||||
* A flag which sets a page title relevant to the revision being viewed.
|
* A flag which sets a page title relevant to the revision being viewed.
|
||||||
* @return
|
* @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) {
|
function node_show($node, $message = FALSE) {
|
||||||
if ($message) {
|
if ($message) {
|
||||||
|
|
Loading…
Reference in New Issue