#8892 closed defect (bug) (fixed)
Need to removed unused variable.
Reported by: |
|
Owned by: |
|
---|---|---|---|
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
Commits (4)
- [13476] Remove never used inited variables in Blogs & Members components… by @imath 23 months ago
- [13497] Core, Activity & Notifications: remove never used inited variables… by @imath 22 months ago
- [13500] Core, Activity: remove more never used inited variables in functions… by @imath 22 months ago
- [13504] Core, Messages & Templates: remove never used inited vars in functions… by @imath 22 months ago
Pull Requests
- Loading…
Change History (19)
#2
@
23 months ago
- Owner set to imath
- Resolution set to fixed
- Status changed from new to closed
In 13476:
#3
@
22 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.
22 months ago
#4
Remove never used inited variables in various functions
Trac ticket: https://buddypress.trac.wordpress.org/ticket/8892
#6
@
22 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.
22 months ago
#7
Remove more never used inited variables in various functions
Trac ticket: https://buddypress.trac.wordpress.org/ticket/8892
@
22 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.
22 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 👌