Changeset 8571
- Timestamp:
- 04/02/2019 10:52:16 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/functions.php
r8569 r8571 258 258 // Skip non-existing subdomains, e.g. 'de_CH_informal'. 259 259 if ( false !== strpos( $site->subdomain, '_' ) ) { 260 unset( $sites[ $site->locale ] ); 260 261 continue; 261 262 }
Note: See TracChangeset
for help on using the changeset viewer.