Changeset 12859
- Timestamp:
- 08/23/2023 05:56:03 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-github-invite/admin-post.php
r12679 r12859 61 61 is_wp_error( $result ) && 62 62 $github_username && 63 'Invitee is already a part of this org ' === $result->get_error_data( 'api_error' )->errors[0]->message ?? ''63 'Invitee is already a part of this organization' === $result->get_error_data( 'api_error' )->errors[0]->message ?? '' 64 64 ) { 65 65 // Already a GitHub member, just add them to the team.
Note: See TracChangeset
for help on using the changeset viewer.