Changeset 37962 for trunk/src/wp-includes/functions.php
- Timestamp:
- 07/05/2016 10:35:24 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r37944 r37962 263 263 'B' => 1, 264 264 ); 265 266 if ( 0 === $bytes ) { 267 return number_format_i18n( 0, $decimals ) . ' B'; 268 } 265 269 266 270 foreach ( $quant as $unit => $mag ) {
Note: See TracChangeset
for help on using the changeset viewer.