Ticket #11878: 11878.patch
File 11878.patch, 383 bytes (added by , 15 years ago) |
---|
-
post-template.php
306 306 function get_post_class( $class = '', $post_id = null ) { 307 307 $post = get_post($post_id); 308 308 309 if(is_null($post_id)) 310 $post_id = $post->ID; 311 309 312 $classes = array(); 310 313 311 314 if ( empty($post) )