Opened 12 years ago
Closed 12 years ago
#534 closed defect (bug) (fixed)
Code source randomly appends endif
| Reported by: | Clorith | Owned by: | coffee2code |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
That isn't random, those are pluggable functions. The endif is really there. What's missing is the if statement before the function definition.