Make WordPress Core


Ignore:
Timestamp:
06/17/2015 11:39:19 AM (9 years ago)
Author:
boonebgorges
Message:

Bail out of 4.3 term splitting routine when no shared terms are found.

Props dd32.
See #30261.

File:
1 edited

Legend:

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

    r32814 r32819  
    18711871    );
    18721872
     1873    if ( empty( $shared_terms ) ) {
     1874        return;
     1875    }
     1876
    18731877    // Rekey shared term array for faster lookups.
    18741878    $_shared_terms = array();
Note: See TracChangeset for help on using the changeset viewer.