diff --git a/core/modules/node/node.pages.inc b/core/modules/node/node.pages.inc index faa3deade74f..5d60f7c7af59 100644 --- a/core/modules/node/node.pages.inc +++ b/core/modules/node/node.pages.inc @@ -23,7 +23,9 @@ function node_page_edit($node) { } /** - * Page callback: Presents the node add form. + * Page callback: Displays add content links for available content types. + * + * Redirects to node/add/[type] if only one content type is available. * * @see node_menu() */