PluginProbe
Disk Usage Insights / 1.2
Disk Usage Insights v1.2
trunk 1.0 1.10 1.11 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9
← All changes | src/Domain/FileEntry.php +1 -1 trunk1.2 View file →
@@ -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 }