Ticket #21614: 21615.patch
File 21615.patch, 580 bytes (added by , 13 years ago) |
---|
-
trunk/wp-includes/post.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
4066 4066 * @return string|bool 4067 4067 */ 4068 4068 function wp_mime_type_icon( $mime = 0 ) { 4069 $icon = null; 4070 $post_id = null; 4071 4069 4072 if ( !is_numeric($mime) ) 4070 4073 $icon = wp_cache_get("mime_type_icon_$mime"); 4074 4071 4075 if ( empty($icon) ) { 4072 4076 $post_id = 0; 4073 4077 $post_mimes = array();