Changeset 14385 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-routes/inc/routes/class-consistency.php
- Timestamp:
- 02/12/2025 05:09:39 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-routes/inc/routes/class-consistency.php
r13094 r14385 97 97 $sets = wp_cache_get( 'translation-sets', $this->cache_group ); 98 98 99 if ( false === $sets) {99 if ( empty( $sets ) ) { 100 100 $_sets = $wpdb->get_results( "SELECT name, locale, slug FROM {$wpdb->gp_translation_sets} GROUP BY locale, slug ORDER BY name" ); 101 101
Note: See TracChangeset
for help on using the changeset viewer.