Skip to:
Content

bbPress.org

Opened 3 years ago

Closed 8 months ago

Last modified 8 months ago

#3555 closed defect (bug) (fixed)

Need to removed unused variable.

Reported by: upadalavipul's profile upadalavipul Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 2.6.14 Priority: normal
Severity: normal Version: 2.2
Component: Extend - BuddyPress Keywords: has-patch commit
Cc:

Description

I have reviewed the BBPress site code and found that one of the files in unused variables define and it's not used anywhere. Please check the below file.

File: src/includes/extend/buddypress/groups.php

Attachments (1)

3555.patch (792 bytes) - added by upadalavipul 3 years ago.

Download all attachments as: .zip

Change History (5)

@upadalavipul
3 years ago

This ticket was mentioned in Slack in #bbpress by upadalavipul. View the logs.


3 years ago

#2 @johnjamesjacoby
8 months ago

  • Component changed from General to Extend - BuddyPress
  • Keywords has-patch commit added
  • Milestone changed from Awaiting Review to 2.6.14
  • Owner set to johnjamesjacoby
  • Status changed from new to assigned
  • Version set to 2.2

#3 @johnjamesjacoby
8 months ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 7336:

Extend - BuddyPress: remove unused variables.

This change deletes 2 lines of code (in maybe_map_permalink_to_group()) that are no longer being used.

Props upadalavipul.

In trunk, for 2.7.

Fixes #3555.

#4 @johnjamesjacoby
8 months ago

In 7337:

Extend - BuddyPress: remove unused variables.

This change deletes 2 lines of code (in maybe_map_permalink_to_group()) that are no longer being used.

Props upadalavipul.

In branches/2.6, for 2.6.14.

Fixes #3555.

Note: See TracTickets for help on using tickets.