#34135 closed enhancement (fixed)
Adjust _default_wp_die_handler() formatting so it doesn't confuse Sublime Text
Reported by: | johnbillion | Owned by: | johnbillion |
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
_default_wp_die_handler()
includes a block of conditional CSS. The format of this particular section of code in the function trips up Sublime Text 3's parser and thus prevents codeintel and syntax highlighting for all of the functions below it.
I've spoken to other developers use ST3 and some have this problem and some don't.
The attached patch fixes the issue for me.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Patch