Making WordPress.org

Changeset 5955


Ignore:
Timestamp:
09/22/2017 12:07:01 PM (7 years ago)
Author:
ocean90
Message:

Translate, Stats Overview: Disable query for waiting strings, query times out.

File:
1 edited

Legend:

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

    r5937 r5955  
    8282
    8383        // Append the Plugins/Themes waiting strings
    84         $parent_project_ids = implode(',', array(
     84        /*$parent_project_ids = implode(',', array(
    8585            GP::$project->by_path( 'wp-plugins' )->id,
    8686            GP::$project->by_path( 'wp-themes' )->id,
     
    104104
    105105            $translation_locale_statuses[ $locale_key ]['waiting'] += (int) $set->waiting_strings;
    106         }
     106        }*/
    107107
    108108        // Calculate a list of [Locale] = % subtotals
Note: See TracChangeset for help on using the changeset viewer.