#38321 closed enhancement (fixed)
Add $network_id parameter to hooks in `update_network_option()`
| Reported by: | flixos90 | Owned by: | jeremyfelt |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.7 |
| Component: | Options, Meta APIs | Version: | |
| Severity: | normal | Keywords: | has-patch has-dev-note |
| Cc: | Focuses: | multisite |
Description
The actions and filters in update_network_option() do not receive the network ID passed to the function which makes using them worthless for several use-cases. The parameter should be added.
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)
38321.diff introduces the
$network_idparameter to the hooks inupdate_network_option().