Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
user system
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
11 Jul 2008 at 22:52 UTC
Updated:
2 Jan 2014 at 23:45 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
cburschkaHere's the patch.
(I can commit this, I just need to know if the change is okay.)
Comment #2
lilou commentedSee : http://drupal.org/node/313213#comment-1052727
Now, hook_perm should use the following format:
Comment #3
gábor hojtsyRight, patch needs to be updated to latest format as documented on http://drupal.org/node/224333#descriptions-permissions The array keys *should not* be wrapper in t(), but the title and description *should be*.
Comment #4
sunComment #5
karschsp commentedI updated the example module at http://api.drupal.org/api/file/developer/examples/page_example.module/7/...
I guess it takes an hour or so for the changes to be reflected...
steve
Comment #6
dave reidNot sure how often the API docs are updated, but I thought it was around 12 hours or so. You can view karschsp's change at http://cvs.drupal.org/viewvc.py/drupal/contributions/docs/developer/exam...
Comment #8
webchickGreat job!