Changeset 12679
- Timestamp:
- 06/28/2023 02:17:39 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-github-invite/admin-post.php
r12678 r12679 86 86 $log = sprintf( 87 87 '`%s` invited to organisation by `%s` to team(s) `%s`', 88 $ result->login ?: $result->email,88 $github_username ?: $invite, 89 89 wp_get_current_user()->user_login, 90 90 implode( ', ', $readable_teams )
Note: See TracChangeset
for help on using the changeset viewer.