Changeset 13935
- Timestamp:
- 07/30/2024 02:29:38 AM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php
r13876 r13935 261 261 } 262 262 263 // Check that the tag is approved .264 if ( ! $release['confirmed'] ) {263 // Check that the tag is approved (If the release needed to be confirmed). 264 if ( ! $release['confirmed'] && $release['confirmations_required'] ) { 265 265 266 266 if ( ! in_array( $last_committer, $release['committer'], true ) ) {
Note: See TracChangeset
for help on using the changeset viewer.