Issue #1664070 by mjonesdinero: Fix up documentation for node_add_page function
parent
98596fa140
commit
49b0490bc9
|
@ -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()
|
* @see node_menu()
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue