Changeset 12205 for sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers/includes/class-gp-notifications.php
- Timestamp:
- 11/04/2022 11:01:38 AM (2 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers
- Property svn:ignore
-
old new 10 10 phpunit.xml.dist 11 11 tests 12 bin
-
- Property svn:ignore
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers/includes/class-gp-notifications.php
r12063 r12205 119 119 $translator = get_user_by( 'id', $translation->user_id_last_modified ); 120 120 } 121 if ( false ===$translator ) {121 if ( $translator ) { 122 122 self::send_emails( $comment, $comment_meta, array( $translator->user_email ) ); 123 123 }
Note: See TracChangeset
for help on using the changeset viewer.