Making WordPress.org


Ignore:
Timestamp:
05/22/2020 10:24:16 AM (6 years ago)
Author:
ocean90
Message:

Translate: Skip stats for locales that no longer exist or have no WordPress locale assigned.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-routes/inc/routes/class-stats.php

    r9720 r9902  
    6969                        if ( 'default' != $set->locale_slug ) {
    7070                                $locale_key = $set->locale . '/' . $set->locale_slug;
     71                        }
     72
     73                        $gp_locale = GP_Locales::by_slug( $locale_key );
     74                        if ( ! $gp_locale || ! $gp_locale->wp_locale ) {
     75                                continue;
    7176                        }
    7277
Note: See TracChangeset for help on using the changeset viewer.