Opened 2 months ago
Closed 2 months ago
#64851 closed defect (bug) (fixed)
Cleanup: remove unused variable $network_exists in populate_network() function
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 7.0 | Priority: | normal |
| Severity: | normal | Version: | 4.9 |
| Component: | Networks and Sites | Keywords: | has-patch commit |
| Focuses: | multisite | Cc: |
Description
The variable $network_exists in populate_network() was introduced in [41348], but never used. So we should remove it.
Change History (4)
This ticket was mentioned in PR #11238 on WordPress/wordpress-develop by @Soean.
2 months ago
#1
- Keywords has-patch added
Note: See
TracTickets for help on using
tickets.
This pull request makes a minor change to the
populate_networkfunction insrc/wp-admin/includes/schema.php. The unused$network_existsvariable has been removed to clean up the code.Trac ticket: https://core.trac.wordpress.org/ticket/64851