#40384 closed enhancement (fixed)
Add network ID parameter to `wp_maybe_update_network_site_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_site_counts() supports a $network_id parameter (see #37528), we can add that parameter to wp_maybe_update_network_site_counts() as well.
Attachments (1)
Change History (6)
This ticket was mentioned in Slack in #core-multisite by flixos90. View the logs.
9 years ago
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
40384.diff adds the
$network_idparameter to the function.