- fixed avatar styles;

- fixed member directory styles;
This commit is contained in:
nikitasinelnikov
2019-10-15 23:04:27 +03:00
parent c52dddf116
commit fcffa188a0
6 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -1428,7 +1428,7 @@ if ( ! class_exists( 'um\core\Files' ) ) {
*
* @return string
*/
function format_bytes( $size , $precision = 1 ) {
function format_bytes( $size, $precision = 1 ) {
if ( is_numeric( $size ) ) {
$base = log( $size, 1024 );
$suffixes = array( '', 'kb', 'MB', 'GB', 'TB' );