Changeset 50522
- Timestamp:
- 03/11/2021 03:17:56 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r50407 r50522 294 294 295 295 // Files in wp-content/plugins directory. 296 $plugins_dir = @ 296 $plugins_dir = @opendir( $plugin_root ); 297 297 $plugin_files = array(); 298 298 … … 304 304 305 305 if ( is_dir( $plugin_root . '/' . $file ) ) { 306 $plugins_subdir = @ 306 $plugins_subdir = @opendir( $plugin_root . '/' . $file ); 307 307 308 308 if ( $plugins_subdir ) {
Note: See TracChangeset
for help on using the changeset viewer.