Make WordPress Core


Ignore:
Timestamp:
06/22/2006 07:44:36 PM (19 years ago)
Author:
ryan
Message:

Move ping and trackback functions to comment.php (maybe to ping.php later?) #2525

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/post-template.php

    r3852 r3900  
    3535    if ( !empty($post->post_password) )
    3636        $title = sprintf(__('Protected: %s'), $title);
     37    else if ( 'private' == $post->post_status )
     38        $title = sprintf(__('Private: %s'), $title);
    3739
    3840    return $title;
Note: See TracChangeset for help on using the changeset viewer.