Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

Last modified 10 years ago

#4960 closed defect (bug) (fixed)

trackback_url called with deprecated parameter

Reported by: needle Owned by: boonebgorges
Priority: normal Milestone: 1.8
Component: Templates Version: 1.1
Severity: normal 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 13 years ago.
Replaces previous patch

Download all attachments as: .zip

Change History (6)

@needle
13 years ago

Replaces previous patch

#1 @needle
13 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
13 years ago

  • Keywords has-patch commit added
  • Milestone Awaiting Review1.8

I have no idea how we missed this, good catch :)

#3 @DJPaul
13 years ago

  • Version 1.71.1

#4 @boonebgorges
13 years ago

  • Owner set to boonebgorges
  • Resolutionfixed
  • Status newclosed

In 7164:

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

Fixes #4960

Props needle

#5 @DJPaul
10 years ago

  • Component Appearance - Template PartsTemplates
Note: See TracTickets for help on using tickets.