Changeset 14345 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-github-invite/admin.php
- Timestamp:
- 01/08/2025 08:20:57 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-github-invite/admin.php
r12678 r14345 160 160 if ( $for_parent ) { 161 161 $teams = array_filter( $teams, function( $t ) use ( $for_parent ) { 162 return $for_parent === $t->parent->id ?? 0;162 return $for_parent === ( $t->parent->id ?? 0 ); 163 163 } ); 164 164
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)