Ticket #21780: ms.php.patch
| File ms.php.patch, 386 bytes (added by timfs, 9 months ago) |
|---|
-
wp-admin/includes/ms.php
111 111 else if ( @is_file( $dir . DIRECTORY_SEPARATOR . $file ) ) 112 112 @unlink( $dir . DIRECTORY_SEPARATOR . $file ); 113 113 } 114 @closedir( $dh ); 114 115 } 115 116 $index++; 116 117 }
