Skip to:
Content

BuddyPress.org

Opened 10 years ago

Closed 10 years ago

#5986 closed enhancement (fixed)

Fix PHPDoc for bp_activity_new_comment()

Reported by: tw2113's profile tw2113 Owned by: boonebgorges's profile boonebgorges
Milestone: 2.2 Priority: normal
Severity: normal Version:
Component: Activity Keywords: good-first-bug
Cc:

Description

Function no longer uses bp_activity_new_comment_notification, but that is still listed as used in the PHPDoc.

Attachments (1)

5986.diff (587 bytes) - added by gregrickaby 10 years ago.
Removes the @uses line referencing bp_activity_new_comment_notification()

Download all attachments as: .zip

Change History (6)

#1 @tw2113
10 years ago

  • Keywords good-first-bug added

#2 @DJPaul
10 years ago

  • Component changed from Core to Activity
  • Milestone changed from Awaiting Review to 2.2

I really, really dislike PHPDoc's uses statement, for exactly this reason.

@gregrickaby
10 years ago

Removes the @uses line referencing bp_activity_new_comment_notification()

This ticket was mentioned in Slack in #buddypress by gregrickaby. View the logs.


10 years ago

#5 @boonebgorges
10 years ago

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

In 9155:

Remove erroneous @uses from bp_activity_new_comment() docblock.

Props gregrickaby.
Fixes #5986.

Note: See TracTickets for help on using tickets.