Skip to:
Content

bbPress.org

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#3039 closed defect (bug) (fixed)

Correct copy/paste errors in bbp_get_topic_last_reply_* filters

Reported by: sergeybiryukov's profile SergeyBiryukov Owned by: netweb's profile netweb
Milestone: 2.6 Priority: normal
Severity: normal Version:
Component: Component - Topics Keywords: has-patch
Cc:

Description

Some bbp_get_topic_last_reply_* filters are misspelled as bbp_get_topic_last_topic_*:

Attachments (1)

3039.patch (2.0 KB) - added by SergeyBiryukov 8 years ago.

Download all attachments as: .zip

Change History (4)

@SergeyBiryukov
8 years ago

#1 @SergeyBiryukov
8 years ago

  • Milestone changed from Awaiting Review to 2.6

#2 @netweb
8 years ago

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

In 6244:

Topics: Fix misspelled bbp_get_topic_last_reply_* filters.

  • Update bbp_get_topic_last_reply_title() to use bbp_get_topic_last_reply_title
  • Includes a fallback for any plugins or themes that use bbp_get_topic_last_topic_title
  • Fix PHPDocs @uses PHPDocs for bbp_get_topic_last_reply_permalink and bbp_get_topic_last_reply_url

Props SergeyBiryukov.
Fixes #3039.

#3 @johnjamesjacoby
8 years ago

In 6245:

Replies: Add @since and link to ticket from r6244.

See #3039.

Note: See TracTickets for help on using tickets.