diff options
Diffstat (limited to 'modules/system/system.api.php')
-rw-r--r-- | modules/system/system.api.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index b1c82c920..2563728f0 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -98,9 +98,9 @@ function hook_hook_info() { * Keys are bundles machine names, as found in the objects' 'bundle' * property (defined in the 'object keys' entry above). Elements: * - label: The human-readable name of the bundle. - * - admin: An array of information that allow Field UI pages (currently - * implemented in a contributed module) to attach themselves to the - * existing administration pages for the bundle. Elements: + * - admin: An array of information that allows Field UI pages to attach + * themselves to the existing administration pages for the bundle. + * Elements: * - path: the path of the bundle's main administration page, as defined * in hook_menu(). If the path includes a placeholder for the bundle, * the 'bundle argument', 'bundle helper' and 'real path' keys below |