#8892 closed defect (bug) (fixed)
Need to removed unused variable.
Reported by: | upadalavipul | Owned by: | imath |
---|---|---|---|
Milestone: | 12.0.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | Keywords: | has-patch |
Cc: |
Description
I have reviewed the BuddyPress code and found that some of the files in unused variables define and it's not used anywhere. Please check the below files.
Files:
- src/bp-blogs/bp-blogs-activity.php
- src/bp-blogs/bp-blogs-filters.php
- src/bp-members/classes/class-bp-members-invitation-manager.php
- src/bp-members/classes/class-bp-members-list-table.php
- src/bp-members/classes/class-bp-members-ms-list-table.php
Attachments (9)
Change History (19)
#2
@
18 months ago
- Owner set to imath
- Resolution set to fixed
- Status changed from new to closed
In 13476:
#3
@
18 months ago
- Resolution fixed deleted
- Status changed from closed to reopened
Thanks for these new patches @upadalavipul I'll check & commit them asap.
This ticket was mentioned in PR #113 on buddypress/buddypress by @imath.
18 months ago
#4
Remove never used inited variables in various functions
Trac ticket: https://buddypress.trac.wordpress.org/ticket/8892
#6
@
18 months ago
- Resolution fixed deleted
- Status changed from closed to reopened
Thanks for these new patches @upadalavipul 👍
This ticket was mentioned in PR #115 on buddypress/buddypress by @imath.
18 months ago
#7
Remove more never used inited variables in various functions
Trac ticket: https://buddypress.trac.wordpress.org/ticket/8892
@
17 months ago
I have checked above mentioned issue and founds few files. Here, I have added its patch.
This ticket was mentioned in PR #118 on buddypress/buddypress by @imath.
17 months ago
#9
Remove even more never used inited variables in various functions!
Trac ticket: https://buddypress.trac.wordpress.org/ticket/8892
Thanks for your review & patch. I will check it asap 👌