Opened 5 years ago
Closed 5 years ago
#8596 closed enhancement (fixed)
Update `BP_Activity_Activity::get_id()` function parameters as optional
| Reported by: | oztaser | Owned by: | imath |
|---|---|---|---|
| Priority: | normal | Milestone: | 10.0.0 |
| Component: | Activity | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
Passing arguments as an array more useful and make them optional.
Attachments (2)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Hi @oztaser
Interesting improvement 👍. But we need to make sure developer not using the new array can still use the function. Have a look at
BP_Activity_Activity::get()to see how we did in such a case 😉