| @@ -16,7 +16,7 @@ | ||
| 16 | 16 | public int $dir_recursive_size = 0; // only for dirs: size of all files in this and all sub directories |
| 17 | 17 | public int $dir_count = 0; // only for dirs: number of files in this director |
| 18 | 18 | public int $dir_recursive_count = 0; // only for dirs: number of files in this and all sub directories |
| 19 | 19 | public int $last_modified_date = 0; |
| 20 | - public int $is_wp_core_file = 0; // 1=the file is a file belonging to the base wordpress installation | |
| 20 | + public int $is_wp_core_file = 0; | |
| 21 | 21 | |
| 22 | 22 | } |