diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2011-01-03 18:03:54 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2011-01-03 18:03:54 +0000 |
commit | db538c82508fd04feab0d310ee2d0def72d479c8 (patch) | |
tree | da1a5a822b3171a0cfc615e541d45f06a30f35a6 /modules/node | |
parent | e193ae2b73ef46f35e49ddf415573523e57ec2d5 (diff) | |
download | brdo-db538c82508fd04feab0d310ee2d0def72d479c8.tar.gz brdo-db538c82508fd04feab0d310ee2d0def72d479c8.tar.bz2 |
#987384 follow-up by h_peter, jhodgdon: Further clean-ups to group topics.
Diffstat (limited to 'modules/node')
-rw-r--r-- | modules/node/node.api.php | 4 | ||||
-rw-r--r-- | modules/node/node.module | 2 |
2 files changed, 2 insertions, 4 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 diff --git a/modules/node/node.module b/modules/node/node.module index 9ca4f470b..399fa7ea3 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -3491,7 +3491,7 @@ function _node_access_rebuild_batch_finished($success, $results, $operations) { /** - * @defgroup node_content Hook implementations for user-created content types. + * @defgroup node_content Hook implementations for user-created content types * @{ * Functions that implement hooks for user-created content types. */ |