Show > 100% blog space used in MS Right Now.

git-svn-id: https://develop.svn.wordpress.org/trunk@14327 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-05-01 22:06:48 +00:00
parent f049bc949c
commit 5f0218032f

View File

@ -445,9 +445,6 @@ function display_space_usage() {
$space = get_space_allowed();
$used = get_dirsize( BLOGUPLOADDIR ) / 1024 / 1024;
if ( $used > $space )
$percentused = '100';
else
$percentused = ( $used / $space ) * 100;
if ( $space > 1000 ) {