Make WordPress Core


Ignore:
Timestamp:
01/08/2019 08:17:34 AM (6 years ago)
Author:
flixos90
Message:

Multisite: Update @since tags for site meta introduction.

Fixes #37923. Fixes #40229.

File:
1 edited

Legend:

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

    r44455 r44467  
    22632263
    22642264    // 5.1
    2265     if ( $wp_current_db_version < 42836 ) {
     2265    if ( $wp_current_db_version < 44467 ) {
    22662266        $network_id = get_main_network_id();
    22672267        delete_network_option( $network_id, 'site_meta_supported' );
Note: See TracChangeset for help on using the changeset viewer.