Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #17916, comment 21


Ignore:
Timestamp:
09/19/2011 12:28:02 PM (13 years ago)
Author:
Cimmo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17916, comment 21

    initial v1  
    44and when adding an action to login_head without priority this is set by default to 10 that means will be runned _after_ that.
    55So either the patch should have a higher number or I have to setup a lower one in my code.
     6
     7Problem is: how authors can understand they have to use priority < 8 to have this working properly? You should document it somewhere.