diff options
Diffstat (limited to 'modules/node/node.api.php')
-rw-r--r-- | modules/node/node.api.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/node/node.api.php b/modules/node/node.api.php index 6e215e33a..2e60cea09 100644 --- a/modules/node/node.api.php +++ b/modules/node/node.api.php @@ -9,9 +9,7 @@ /** * @defgroup node_api_hooks Node API Hooks * @{ - * The Node API allows modules to define content types, to modify content - * types created in the user interface, and to modify content types created by - * other modules. + * Functions to define and modify content types. * * Each content type is maintained by a primary module, which is either * node.module (for content types created in the user interface) or the |