### Eclipse Workspace Patch 1.0
#P Devel Docs 6
Index: hooks/core.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/docs/developer/hooks/core.php,v
retrieving revision 1.168.2.28
diff -u -r1.168.2.28 core.php
--- hooks/core.php	6 Sep 2008 23:31:22 -0000	1.168.2.28
+++ hooks/core.php	18 Sep 2008 10:23:04 -0000
@@ -1248,8 +1248,9 @@
  * @return
  *   An array of permissions strings.
  *
- * The permissions in the array do not need to be wrapped with the function t(),
- * since the string extractor takes care of extracting permission names defined in the perm hook for translation.
+ * The permissions in the array must not be wrapped with the function t(),
+ * since this could lead to privilege escalation. The string extractor takes
+ * care of extracting permission names defined in the perm hook for translation.
  *
  * Permissions are checked using user_access().
  *
