Changeset 6138 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-rosetta-roles/inc/class-plugin.php
- Timestamp:
- 11/17/2017 09:43:52 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-rosetta-roles/inc/class-plugin.php
r4996 r6138 550 550 551 551 if ( ! isset( $ros_locale_assoc ) ) { 552 $ros_locale_assoc = $wpdb->get_results( 'SELECT locale, subdomain FROM locales', OBJECT_K );552 $ros_locale_assoc = $wpdb->get_results( 'SELECT locale, subdomain FROM wporg_locales', OBJECT_K ); 553 553 } 554 554
Note: See TracChangeset
for help on using the changeset viewer.