Opened 9 years ago
Closed 9 years ago
#40385 closed enhancement (fixed)
Add network ID parameter to `wp_maybe_update_network_user_counts()`
| Reported by: | flixos90 | Owned by: | flixos90 |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.8 |
| Component: | Networks and Sites | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | multisite |
Description
Once wp_update_network_user_counts() supports a $network_id parameter (see #40349), we can add that parameter to wp_maybe_update_network_user_counts() as well.
Attachments (1)
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)
40385.diff adds the
$network_idparameter to the function.