Issue #1924064 by frob: node_type_set_defauts() has typo in documentaion.

8.0.x
Dries 2013-03-22 22:33:02 -04:00
parent 52c757e321
commit 180cb0759b
1 changed files with 1 additions and 1 deletions

View File

@ -813,7 +813,7 @@ function node_type_cache_reset() {
* @return
* A node type object, with missing values in $info set to their defaults.
*
* @see hook_node_ifo()
* @see hook_node_info()
*/
function node_type_set_defaults($info = array()) {
$info = (array) $info;