#8892 closed defect (bug) (fixed)
Need to removed unused variable.
| Reported by: | upadalavipul | Owned by: | imath |
|---|---|---|---|
| Priority: | normal | Milestone: | 12.0.0 |
| Component: | Core | Version: | |
| Severity: | normal | 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)
#3
@
3 years ago
- Resolution fixed
- Status closed → 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.
3 years ago
#4
Remove never used inited variables in various functions
Trac ticket: https://buddypress.trac.wordpress.org/ticket/8892
#6
@
3 years ago
- Resolution fixed
- Status closed → reopened
Thanks for these new patches @upadalavipul 👍
This ticket was mentioned in PR #115 on buddypress/buddypress by @imath.
3 years ago
#7
Remove more never used inited variables in various functions
Trac ticket: https://buddypress.trac.wordpress.org/ticket/8892
@
3 years 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.
3 years ago
#9
Remove even more never used inited variables in various functions!
Trac ticket: https://buddypress.trac.wordpress.org/ticket/8892
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Thanks for your review & patch. I will check it asap 👌