Update phpdoc for wp_mime_type_icon(). Props SergeyBiryukov, mitchoyoshitaka. fixes #16604

git-svn-id: https://develop.svn.wordpress.org/trunk@19924 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2012-02-14 18:12:01 +00:00
parent f7abac6c21
commit 2c83196cff
1 changed files with 1 additions and 1 deletions

View File

@ -4005,7 +4005,7 @@ function wp_attachment_is_image( $post_id = 0 ) {
*
* @since 2.1.0
*
* @param string $mime MIME type
* @param string|int $mime MIME type or attachment ID.
* @return string|bool
*/
function wp_mime_type_icon( $mime = 0 ) {