#4960 closed defect (bug) (fixed)
trackback_url called with deprecated parameter
Reported by: | needle | Owned by: | boonebgorges |
---|---|---|---|
Milestone: | 1.8 | Priority: | normal |
Severity: | normal | Version: | 1.1 |
Component: | Templates | Keywords: | has-patch commit |
Cc: |
Description
A very simple thing really: the default BuddyPress theme triggers the following:
"Notice: trackback_url was called with an argument that is deprecated since version 2.5"
On line 55 of bp-themes/bp-default/comments.php trackback_url( '0' )
should simply be trackback_url()
Attachments (1)
Change History (6)
#1
@
11 years ago
Doh, misread the context of the error. trackback_url( '0' )
should be replaced with get_ trackback_url()
. New patch file replaces previous one.
#2
@
11 years ago
- Keywords has-patch commit added
- Milestone changed from Awaiting Review to 1.8
I have no idea how we missed this, good catch :)
Note: See
TracTickets for help on using
tickets.
Replaces previous patch