Opened 7 years ago
Closed 7 years ago
#2932 closed enhancement (fixed)
Add debug trace to `bbp_setup_current_user()` notice.
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.6 | Priority: | high |
Severity: | normal | Version: | 2.1 |
Component: | General | Keywords: | has-patch commit |
Cc: |
Description
Previously: #2309, #2837, and #2412 (And a dozen or so other duplicate tickets)
Via #BuddyPress6589/buddypress:changeset:10709
Core: Add debug trace to bp_setup_current_user() notice. Previously, the bp_setup_current_user was called incorrectly notice would not output any useful info for developers. This commit adds a debug trace so developers are able to determine whereabouts in the codebase this notice is originating from.
We should add this same functionality to bbPress
Attachments (1)
Change History (6)
#1
@
7 years ago
- Keywords commit added
- Priority changed from normal to high
- Type changed from defect to enhancement
- Version set to 2.1
#2
follow-up:
↓ 4
@
7 years ago
There is also a wp_debug_backtrace()
style function we might be able to use for this.
#4
in reply to:
↑ 2
@
7 years ago
Replying to johnjamesjacoby:
There is also a
wp_debug_backtrace()
style function we might be able to use for this.
If someone wants to change the string or add wp_debug_backtrace()
then create a new ticket please.
Note: See
TracTickets for help on using
tickets.
Yes! I don't know how many times I've thought about this, without making the ticket to do so.