summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2015-10-14 17:48:37 -0400
committerDavid Rothstein <drothstein@gmail.com>2015-10-14 17:48:37 -0400
commit35d6361b0890a9b6ae6ba17e6f1816aaab981773 (patch)
treeff2aeed5869faaf2e281158905324f7bada5b0d3 /modules
parentd1bef535d728de708795b0469f62358f65b4fa42 (diff)
downloadbrdo-35d6361b0890a9b6ae6ba17e6f1816aaab981773.tar.gz
brdo-35d6361b0890a9b6ae6ba17e6f1816aaab981773.tar.bz2
Issue #2550219 by Pravin Ajaaz, jhodgdon, Anybody: hook_user_cancel_methods_alter() should say 'access' rather than '#access'
Diffstat (limited to 'modules')
-rw-r--r--modules/user/user.api.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/user/user.api.php b/modules/user/user.api.php
index edc61bd3c..e732c146a 100644
--- a/modules/user/user.api.php
+++ b/modules/user/user.api.php
@@ -123,8 +123,8 @@ function hook_user_cancel($edit, $account, $method) {
* description is NOT used for the radio button, but instead should provide
* additional explanation to the user seeking to cancel their account.
* - access: (optional) A boolean value indicating whether the user can access
- * a method. If #access is defined, the method cannot be configured as default
- * method.
+ * a method. If access is defined, the method cannot be configured as the
+ * default method.
*
* @param $methods
* An array containing user account cancellation methods, keyed by method id.