projects
/
project/drupal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2ef1c33
)
Issue #1664070 by marcin.wosinek, tim.plunkett, mjonesdinero: Add docs for node_add_p...
author
Jennifer Hodgdon
Tue, 13 Nov 2012 16:34:47 +0000 (08:34 -0800)
committer
Jennifer Hodgdon
Tue, 13 Nov 2012 16:34:47 +0000 (08:34 -0800)
modules/node/node.pages.inc
patch
|
blob
|
blame
|
history
diff --git
a/modules/node/node.pages.inc
b/modules/node/node.pages.inc
index
f5bbdfc
..
5b20004
100644
(file)
--- a/
modules/node/node.pages.inc
+++ b/
modules/node/node.pages.inc
@@
-14,6
+14,9
@@
function node_page_edit($node) {
return drupal_get_form($node->type .'_node_form', $node);
}
+/**
+ * Page callback: Displays add content links for available content types.
+ */
function node_add_page() {
$item = menu_get_item();
$content = system_admin_menu_block($item);