Changeset 21782
- Timestamp:
- 09/07/2012 09:04:58 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r21735 r21782 4151 4151 if ( !is_numeric($mime) ) 4152 4152 $icon = wp_cache_get("mime_type_icon_$mime"); 4153 4154 $post_id = 0; 4153 4155 if ( empty($icon) ) { 4154 $post_id = 0;4155 4156 $post_mimes = array(); 4156 4157 if ( is_numeric($mime) ) {
Note: See TracChangeset
for help on using the changeset viewer.