Ticket #20891: 20891.diff
File 20891.diff, 414 bytes (added by , 13 years ago) |
---|
-
wp-admin/includes/post.php
1164 1164 $content_width = $old_content_width; 1165 1165 } 1166 1166 1167 return apply_filters( 'admin_post_thumbnail_html', $content );1167 return apply_filters( 'admin_post_thumbnail_html', $content, $post_id ); 1168 1168 } 1169 1169 1170 1170 /**