From 2c83196cff7082f87ad094880a4b766a5a46f46c Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 14 Feb 2012 18:12:01 +0000 Subject: [PATCH] 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 --- wp-includes/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/post.php b/wp-includes/post.php index ae35922b77..ecb66cdd13 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -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 ) {