Update functions.php

pull/3003/head
Andrew Bauer 2020-07-29 15:20:44 -05:00 committed by GitHub
parent 4c242ef973
commit 695da2221f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -435,7 +435,7 @@ function getShmHTML() {
} else if ( $shm_percent > 90 ) {
$class = 'text-warning';
}
echo ' <li class="'.$class.' nav-item" title="' . human_filesize($shm_used).' of '.human_filesize($shm_total_space).'">'.ZM_PATH_MAP.': '.$shm_percent.'%</li>'.PHP_EOL;
echo ' <li class="nav-item ' .$class. '" title="' .human_filesize($shm_used). ' of ' .human_filesize($shm_total_space). '">' .ZM_PATH_MAP. ': '.$shm_percent.'%</li>'.PHP_EOL;
}
// Returns the html representing the optional web console banner text