Changeset 9314
- Timestamp:
- 12/05/2019 06:48:15 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/inc/class-plugin.php
r9313 r9314 375 375 static $subdomains = []; 376 376 if ( ! isset( $subdomains[ $wp_locale ] ) ) { 377 $subdomain [ $wp_locale ] = $wpdb->get_var( $wpdb->prepare( 'SELECT subdomain FROM wporg_locales WHERE locale = %s LIMIT 1', $wp_locale ) );377 $subdomains[ $wp_locale ] = $wpdb->get_var( $wpdb->prepare( 'SELECT subdomain FROM wporg_locales WHERE locale = %s LIMIT 1', $wp_locale ) ); 378 378 } 379 379
Note: See TracChangeset
for help on using the changeset viewer.