Help text passed back from the _form hook using the &$help argument is not displayed on the edit form as it is supposed to. The node_invoke call does not pass its arguments in by reference.
Help text passed back from the _form hook using the &$help argument is not displayed on the edit form as it is supposed to. The node_invoke call does not pass its arguments in by reference.
Comments
Comment #1
dries commentedI just rewrote
node_invoke():This is much nicer as node_invoke() can now take an arbitrary number of arguments (instead of four), yet it obviously doesn't solve the reference problem either.
Comment #2
jonbob commentedA patch for this bug is in for_review.
Comment #3
dries commentedThe patch has been commited. Marking this "fixed".
Comment #4
(not verified) commentedAutomatically closed due to inactivity (marked fixed for 14 days).