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

git-svn-id: http://svn.automattic.com/wordpress/trunk@19924 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2012-02-14 18:12:01 +00:00
parent f5e4af9b53
commit cf4135d478
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 ) {