Ticket #16041: 16041.diff
File 16041.diff, 425 bytes (added by , 14 years ago) |
---|
-
wp-includes/general-template.php
636 636 function single_post_title($prefix = '', $display = true) { 637 637 global $post; 638 638 639 if ( ! $post )639 if ( ! $post || is_home() ) 640 640 $_post = get_queried_object(); 641 641 else 642 642 $_post = $post;