Making WordPress.org


Ignore:
Timestamp:
04/02/2019 10:52:16 PM (7 years ago)
Author:
SergeyBiryukov
Message:

WP.org: Adjust [8569] to actually skip the affected non-existing sites.

See #4357.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/functions.php

    r8569 r8571  
    258258                        // Skip non-existing subdomains, e.g. 'de_CH_informal'.
    259259                        if ( false !== strpos( $site->subdomain, '_' ) ) {
     260                                unset( $sites[ $site->locale ] );
    260261                                continue;
    261262                        }
Note: See TracChangeset for help on using the changeset viewer.