Making WordPress.org


Ignore:
Timestamp:
07/05/2022 04:59:28 PM (4 years ago)
Author:
iandunn
Message:

GP Profiles: Process bulk translation activity.

Only approvals are done at the moment, but reject/fuzzy will be added when we start to credit editor review actions.

See https://github.com/WordPress/five-for-the-future/issues/196

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-profiles/tests/e2e.php

    r11929 r11937  
    4545                'status'  => 'waiting',
    4646        ) );
    47         GlotPress_Profiles\add_translation_activity( $translation );
     47        GlotPress_Profiles\add_single_translation_activity( $translation );
    4848
    4949        $translation = new GP_Translation( array(
     
    5151                'status'  => 'current',
    5252        ) );
    53         GlotPress_Profiles\add_translation_activity( $translation );
     53        GlotPress_Profiles\add_single_translation_activity( $translation );
    5454
    5555        echo "\nThe daily digest count should have been bumped on https://profiles.wordpress.org/$user->user_nicename/ \n";
Note: See TracChangeset for help on using the changeset viewer.