Skip to:
Content

BuddyPress.org

Opened 11 years ago

Closed 11 years ago

Last modified 8 years ago

#4960 closed defect (bug) (fixed)

trackback_url called with deprecated parameter

Reported by: needle's profile needle Owned by: boonebgorges's profile 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)

bp-comments-fixed.patch (713 bytes) - added by needle 11 years ago.
Replaces previous patch

Download all attachments as: .zip

Change History (6)

@needle
11 years ago

Replaces previous patch

#1 @needle
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 @DJPaul
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 :)

#3 @DJPaul
11 years ago

  • Version changed from 1.7 to 1.1

#4 @boonebgorges
11 years ago

  • Owner set to boonebgorges
  • Resolution set to fixed
  • Status changed from new to closed

In 7164:

Replace deprecated call to trackback_url( '0' ) with get_trackback_url()

Fixes #4960

Props needle

#5 @DJPaul
8 years ago

  • Component changed from Appearance - Template Parts to Templates
Note: See TracTickets for help on using tickets.