Changes between Initial Version and Version 1 of Ticket #17916, comment 21
- Timestamp:
- 09/19/2011 12:28:02 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17916, comment 21
initial v1 4 4 and when adding an action to login_head without priority this is set by default to 10 that means will be runned _after_ that. 5 5 So either the patch should have a higher number or I have to setup a lower one in my code. 6 7 Problem is: how authors can understand they have to use priority < 8 to have this working properly? You should document it somewhere.