You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -744,11 +802,11 @@ public function size( $args, $assoc_args ) {
744
802
case'tb':
745
803
$divisor = TB_IN_BYTES;
746
804
break;
747
-
805
+
748
806
case'gb':
749
807
$divisor = GB_IN_BYTES;
750
808
break;
751
-
809
+
752
810
case'mb':
753
811
$divisor = MB_IN_BYTES;
754
812
break;
@@ -865,7 +923,7 @@ public function prefix() {
865
923
* : Percent color code to use for the match (unless both before and after context are 0, when no color code is used). For a list of available percent color codes, see below. Default '%3%k' (black on a mustard background).
0 commit comments