mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-17 21:53:43 +09:00
- fixed avatar styles;
- fixed member directory styles;
This commit is contained in:
@@ -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' );
|
||||
|
||||
Reference in New Issue
Block a user