summaryrefslogtreecommitdiff
path: root/modules/user/user.api.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-07-31 19:01:03 +0000
committerDries Buytaert <dries@buytaert.net>2009-07-31 19:01:03 +0000
commitd4228535043619ada5192001acde645238660b37 (patch)
tree1c4b55878b06e58bd88239e1ceaa598c429beb63 /modules/user/user.api.php
parent9f44fd1b86fdcc412a0ce7b2d3d2048e8564a979 (diff)
downloadbrdo-d4228535043619ada5192001acde645238660b37.tar.gz
brdo-d4228535043619ada5192001acde645238660b37.tar.bz2
- Patch #536570 by Gábor Hojtsy: implemented new IA for top-level users.
Diffstat (limited to 'modules/user/user.api.php')
-rw-r--r--modules/user/user.api.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.api.php b/modules/user/user.api.php
index ff679ecdf..2030422ae 100644
--- a/modules/user/user.api.php
+++ b/modules/user/user.api.php
@@ -221,7 +221,7 @@ function hook_user_cancel_methods_alter(&$methods) {
* Add mass user operations.
*
* This hook enables modules to inject custom operations into the mass operations
- * dropdown found at admin/user/user, by associating a callback function with
+ * dropdown found at admin/user, by associating a callback function with
* the operation, which is called when the form is submitted. The callback function
* receives one initial argument, which is an array of the checked users.
*