diff --git a/admin_menu.api.php b/admin_menu.api.php index 83d4068..eb17ad3 100644 --- a/admin_menu.api.php +++ b/admin_menu.api.php @@ -166,12 +166,12 @@ function hook_admin_menu_cache_info() { /** * Alter the default admin menu access policy. * - * By default, the admin menu can be displayed when the current user is granted - * with the 'access administration menu' permission. But a module can override - * this behavior by implementing this hook. A hook implementation should return. - * The access to administrative menu is granted if: - * - No modules returns a strict FALSE. - * - At least one module returns a strict TRUE. + * By default, the admin menu is displayed when the current user is granted with + * the 'access administration menu' permission. But a module can override this + * behavior by implementing this hook. The access to administrative menu is + * granted if: + * - No modules are returning a strict FALSE. + * - At least one module is returns a strict TRUE. * If no module returned either TRUE or FALSE, the 'access administration menu' * permission is checked. *