Ticket #9319: post-template.php.patch
File post-template.php.patch, 431 bytes (added by , 16 years ago) |
---|
-
post-template.php
114 114 else if ( isset($post->post_status) && 'private' == $post->post_status ) 115 115 $title = sprintf(__('Private: %s'), $title); 116 116 } 117 return apply_filters( 'the_title', $title );117 return apply_filters( 'the_title', $title, $post ); 118 118 } 119 119 120 120 /**