Making WordPress.org


Ignore:
Timestamp:
04/21/2020 07:26:09 AM (6 years ago)
Author:
dd32
Message:

Translate: Fix a variable typo in the user stats.

See #1664.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-custom-stats/stats/user.php

    r9724 r9755  
    163163                        }
    164164
    165                         if ( $set = GP::$translation_set->by_project_id_slug_and_locale( $project->id, $locale_slug, $locale ) ) {
     165                        if ( $set = GP::$translation_set->by_project_id_slug_and_locale( $project_id, $locale_slug, $locale ) ) {
    166166                                $translation_set_ids[] = (int) $set->id;
    167167                        }
Note: See TracChangeset for help on using the changeset viewer.