Ticket #16604: 16604.patch
File 16604.patch, 392 bytes (added by , 14 years ago) |
---|
-
wp-includes/post.php
3917 3917 * 3918 3918 * @since 2.1.0 3919 3919 * 3920 * @param string $mime MIME type3920 * @param string|int $mime MIME type or attachment ID. 3921 3921 * @return string|bool 3922 3922 */ 3923 3923 function wp_mime_type_icon( $mime = 0 ) {