2010-03-06, 08:55:10
i'm a bit doubtful but i think that add_action has the default value null as third parameter, means:
if someone forgets the thrid parameter or believes, that null is ok, he fails. my proposal: replace the interface with
comments?
Code:
add_action(.., .., .. = null)
if someone forgets the thrid parameter or believes, that null is ok, he fails. my proposal: replace the interface with
Code:
add_action(.., .., .. = array())
comments?