Changeset 9285
- Timestamp:
- 11/20/2019 07:00:31 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/jobs/class-meta-sync.php
r9284 r9285 162 162 foreach ( $equivs as $latest_compatible_version => $compatible_with ) { 163 163 foreach ( $compatible_with as $version ) { 164 $latest_equiv[ $version ] = $latest_compatible_version; 164 if ( $version != $latest_compatible_version ) { 165 $latest_equiv[ $version ] = $latest_compatible_version; 166 } 165 167 } 166 168 }
Note: See TracChangeset
for help on using the changeset viewer.