Opened 3 years ago
Closed 3 years ago
#8635 closed defect (bug) (fixed)
Remove unnecessary arguments in various function calls
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 11.0.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | Keywords: | has-patch commit |
Cc: |
Description ¶
I've found a few function call with more arguments than expected. It would be good if we remove them.
Commits (4)
- [13293] Remove unnecessary 4th argument when using
bp_core_get_userlink()
… by @imath 3 years ago - [13294] Remove unnecessary 3rd arg when using
bp_is_widget_block_active()
… by @imath 3 years ago - [13295] Remove unnecessary arg when using functions which don't expect one… by @imath 3 years ago
- [13296] Remove unnecessary 3rd argument when using
has_action()
… by @imath 3 years ago
Pull Requests
- Loading…
Change History (11)
#1
@
3 years ago
- Keywords has-patch commit added
- Milestone changed from Awaiting Review to 11.0.0
Good catches! Thanks a lot for these improvements.
#2
@
3 years ago
All patches are good except for 8635.4.diff It is my understanding those priorities were decreased for a reason.
Note: See
TracTickets for help on using
tickets.
bp_core_get_userlink
expecting 3 arguments, not 4.