From cf4135d4782fe965f063ef38be4ca93ec111ee8c Mon Sep 17 00:00:00 2001 From: ryan 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: http://svn.automattic.com/wordpress/trunk@19924 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 ae35922b7..ecb66cdd1 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 ) {