diff options
Diffstat (limited to 'modules/system/system.api.php')
-rw-r--r-- | modules/system/system.api.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index eefafdd74..c18058c4d 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -98,8 +98,8 @@ 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 allows Field UI pages to attach - * themselves to the existing administration pages for the bundle. + * - 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, |