Ticket #5746: 5746.diff
| File 5746.diff, 494 bytes (added by DD32, 7 months ago) |
|---|
-
wp-includes/post-template.php
old new 59 59 else if ( isset($post->post_status) && 'private' == $post->post_status ) 60 60 $title = sprintf(__('Private: %s'), $title); 61 61 62 return apply_filters( 'the_title', $title );62 return apply_filters( 'the_title', $title, $post->ID ); 63 63 } 64 64 65 65 function the_guid( $id = 0 ) {
