[wp-trac] [WordPress Trac] #39667: Improve showing metadata in media view
WordPress Trac
noreply at wordpress.org
Tue May 2 11:32:53 UTC 2017
#39667: Improve showing metadata in media view
-------------------------------------------------+-------------------------
Reporter: Presskopp | Owner:
Type: enhancement | adamsilverstein
Priority: normal | Status: assigned
Component: Media | Milestone: Future
Severity: normal | Release
Keywords: has-screenshots has-patch dev- | Version:
feedback has-unit-tests | Resolution:
| Focuses:
| accessibility
-------------------------------------------------+-------------------------
Comment (by milindmore22):
Thanks for cleanup
Fixed and updated latest cleaned patch seems missing correct function name
in media.php
instead of
`$response['fileLengthHumanReadable'] = duration_format(
$meta['length_formatted'] ); `
added
` $response['fileLengthHumanReadable'] = human_readable_duration(
$meta['length_formatted'] ); `
--
Ticket URL: <https://core.trac.wordpress.org/ticket/39667#comment:23>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list