Changeset 58067
- Timestamp:
- 04/30/2024 04:43:09 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r57773 r58067 320 320 closedir( $plugins_subdir ); 321 321 } 322 } else { 323 if ( str_ends_with( $file, '.php' ) ) { 324 $plugin_files[] = $file; 325 } 322 } elseif ( str_ends_with( $file, '.php' ) ) { 323 $plugin_files[] = $file; 326 324 } 327 325 }
Note: See TracChangeset
for help on using the changeset viewer.