diff options
Diffstat (limited to 'modules/node')
-rw-r--r-- | modules/node/node.module | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/modules/node/node.module b/modules/node/node.module index 378193d2b..f20c22950 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -244,13 +244,7 @@ function node_field_display_node_alter(&$display, $context) { } /** - * Entity URI callback. - * - * @param $node - * A node entity. - * - * @return array - * An array with 'path' as the key and the path to the node as its value. + * Implements callback_entity_info_uri(). */ function node_uri($node) { return array( |