Changeset 3900 for trunk/wp-includes/post-template.php
- Timestamp:
- 06/22/2006 07:44:36 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r3852 r3900 35 35 if ( !empty($post->post_password) ) 36 36 $title = sprintf(__('Protected: %s'), $title); 37 else if ( 'private' == $post->post_status ) 38 $title = sprintf(__('Private: %s'), $title); 37 39 38 40 return $title;
Note: See TracChangeset
for help on using the changeset viewer.