Make WordPress Core

Ticket #16604: 16604.patch

File 16604.patch, 392 bytes (added by SergeyBiryukov, 14 years ago)
  • wp-includes/post.php

     
    39173917 *
    39183918 * @since 2.1.0
    39193919 *
    3920  * @param string $mime MIME type
     3920 * @param string|int $mime MIME type or attachment ID.
    39213921 * @return string|bool
    39223922 */
    39233923function wp_mime_type_icon( $mime = 0 ) {