

This was an HTML code issue, not closing the div tag, which caused other widgets below to be absorbed into the same widget box. Found issue with closing columns on the widget.Corrected double folder for sites using WordPress in a subfolder.
WOL TOTAL SPACES UPDATE

Cast both $memory_usage and $memory_limit to int, before rounding on line 127 in my-simple-space.php to fix debugging error.Ensure widget is only ever run on the dashboard page.Added \FilesystemIterator::FOLLOW_SYMLINKS to the inner RecursiveDirectoryIterator inside the mss_dir_size, which hopefully speeds up the calculation.Fixed issue in the mss_dir_size function which caused a fatal exception when it tries to access a file path, instead of a folder path.Stripping the 2 path variable lines on 220 & 221 (reverting change made in 1.2.4).Adjusted \FilesystemIterator::FOLLOW_SYMLINKS on line 227 to \FilesystemIterator::CURRENT_AS_FILEINFO, as it returned the same folder size for wp-content, themes & uploads.Added code to ensure trailing slash on path for mss_dir_size function.Reverted \FilesystemIterator::CURRENT_AS_FILEINFO back to \FilesystemIterator::FOLLOW_SYMLINKS on line 227 to attempt correcting a bug from 1.2.5.Stripped code to ensure trailing slash on path for mss_dir_size function as its unnecessary.Reverted \FilesystemIterator::FOLLOW_SYMLINKS back to \FilesystemIterator::CURRENT_AS_FILEINFO on line 227, as it does not fix anything.

Updated code to use WP_CONTENT_DIR and WP_PLUGIN_DIR, as these can be changed by the site owner, to get correct paths.Adds wp-content if outside ABSPATH, which was added in 1.2.7, to the Entire Site calculation, as WP_CONTENT_DIR is configurable.Switched to \FilesystemIterator::SKIP_DOTS, as following symlinks causes errors on some hosting platforms. Corrected error in reverted \FilesystemIterator::FOLLOW_SYMLINKS.
