Skip to:
Content

BuddyPress.org

Opened 12 years ago

Closed 12 years ago

#5986 closed enhancement (fixed)

Fix PHPDoc for bp_activity_new_comment()

Reported by: tw2113 Owned by: boonebgorges
Priority: normal Milestone: 2.2
Component: Activity Version:
Severity: normal 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 12 years ago.
Removes the @uses line referencing bp_activity_new_comment_notification()

Download all attachments as: .zip

Change History (6)

#1 @tw2113
12 years ago

  • Keywords good-first-bug added

#2 @DJPaul
12 years ago

  • Component CoreActivity
  • Milestone Awaiting Review2.2

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

@gregrickaby
12 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.


12 years ago

#5 @boonebgorges
12 years ago

  • Owner set to boonebgorges
  • Resolutionfixed
  • Status newclosed

In 9155:

Remove erroneous @uses from bp_activity_new_comment() docblock.

Props gregrickaby.
Fixes #5986.

Note: See TracTickets for help on using tickets.