Opened 10 years ago
Closed 10 years ago
#534 closed defect (bug) (fixed)
Code source randomly appends endif
Reported by: | Clorith | Owned by: | coffee2code |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Developer Hub | Keywords: | |
Cc: |
Description
The code source are randomly appending and endif;
to the source code of functions, a few example functions to help narrow down the cause;
http://developer.wordpress.org/reference/functions/wp_verify_nonce/
http://developer.wordpress.org/reference/functions/wp_create_nonce/
Change History (3)
Note: See
TracTickets for help on using
tickets.
That isn't random, those are pluggable functions. The endif is really there. What's missing is the if statement before the function definition.