Changeset 11943 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-profiles/tests/e2e.php
- Timestamp:
- 07/06/2022 05:47:25 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-profiles/tests/e2e.php
r11938 r11943 47 47 GlotPress_Profiles\add_single_translation_activity( $translation ); 48 48 49 $previous_translation = new GP_Translation( array( 50 'user_id' => $user->ID, 51 'status' => 'waiting', 52 ) ); 49 53 $translation = new GP_Translation( array( 50 54 'user_id' => $user->ID, 51 55 'status' => 'current', 52 56 ) ); 53 GlotPress_Profiles\add_single_translation_activity( $translation );57 GlotPress_Profiles\add_single_translation_activity( $translation, $previous_translation ); 54 58 55 59 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)