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 ) {