Opened 8 years ago
Closed 8 years ago
#40385 closed enhancement (fixed)
Add network ID parameter to `wp_maybe_update_network_user_counts()`
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Networks and Sites | Keywords: | has-patch |
Focuses: | multisite | Cc: |
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)
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.
40385.diff adds the
$network_id
parameter to the function.