#40384 closed enhancement (fixed)
Add network ID parameter to `wp_maybe_update_network_site_counts()`
Reported by: | flixos90 | Owned by: | flixos90 |
---|---|---|---|
Milestone: | 4.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Networks and Sites | Keywords: | has-patch |
Focuses: | multisite | Cc: |
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.
8 years ago
Note: See
TracTickets for help on using
tickets.
40384.diff adds the
$network_id
parameter to the function.