#43501 closed defect (bug) (fixed)
Debug backtrace doesn't normalize paths before replacement
Reported by: | Rarst | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
wp_debug_backtrace_summary()
tries to truncate admin and content paths from includes for brevity.
However it doesn't normalize paths before replacement, which is necessary for any kind of reliable operation cross–platform.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
In 42800: