Changeset 6196 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/routes/class-locale-banner.php
- Timestamp:
- 12/01/2017 05:38:20 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/routes/class-locale-banner.php
r6139 r6196 36 36 // Get the locale subdomain associations used to link languages to their local site. 37 37 $locale_subdomain_assoc = $wpdb->get_results( 38 "SELECT locale, subdomain FROM locales WHERE wporg_locale NOT LIKE '%\_%\_%'", OBJECT_K // Don't grab variants, for now.38 "SELECT locale, subdomain FROM wporg_locales WHERE locale NOT LIKE '%\_%\_%'", OBJECT_K // Don't grab variants, for now. 39 39 ); 40 40
Note: See TracChangeset
for help on using the changeset viewer.