﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
19067	Duplicate functionality in core: size_format() and wp_convert_bytes_to_hr()	l3rady	SergeyBiryukov	"I was looking through core to see if there was any function I could utilize to format byte int to HR. I found the following two functions:

size_format() - /wp-includes/functions.php
wp_convert_bytes_to_hr() - /wp-admin/includes/template.php

They both do the same kind of thing but slightly differently. Is there any need for `wp_convert_bytes_to_hr()`? from what I can see `wp_convert_bytes_to_hr()` is only used once in core and where it is used could be replaced with `size_format()`."	enhancement	closed	normal	3.6	General	3.2.1	trivial	fixed	has-patch 3.6-early commit needs-codex	l3rady 24-7@…
