Make WordPress Core

Changeset 61992


Ignore:
Timestamp:
03/12/2026 06:23:25 PM (6 months ago)
Author:
johnjamesjacoby
Message:

Networks and Sites: Remove unused variable in populate_networks().

This commit simply removes a $network_exists variable (introduced in r41384) that was never used.

Props mukesh27, Soean.

Fixes #64851.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/schema.php

    r61833 r61992  
    10341034
    10351035        // Check for network collision.
    1036         $network_exists = false;
    10371036        if ( is_multisite() ) {
    10381037                if ( get_network( $network_id ) ) {
Note: See TracChangeset for help on using the changeset viewer.