[wp-cvs] wordpress/wp-content/themes/default comments.php,1.4,1.5

Matthew Mullenweg saxmatt at users.sourceforge.net
Mon Jan 31 04:22:03 GMT 2005


Update of /cvsroot/cafelog/wordpress/wp-content/themes/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21451/wp-content/themes/default

Modified Files:
	comments.php 
Log Message:
Moderation confirmation from Ryan, some other template and comment editing improvements.

Index: comments.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-content/themes/default/comments.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** comments.php	24 Jan 2005 08:15:10 -0000	1.4
--- comments.php	31 Jan 2005 04:22:01 -0000	1.5
***************
*** 28,33 ****
  
  		<li class="<?php echo $oddcomment; ?>" id="comment-<?php comment_ID() ?>">
! 			<cite><?php comment_author_link() ?></cite> Says:<br />
! 			<!--<small class="commentmetadata"><a href="#comment-<?php comment_ID() ?>" title="<?php comment_date('l, F jS, Y') ?> at <?php comment_time() ?>"><?php /* $entry_datetime = abs(strtotime($post->post_date)); $comment_datetime = abs(strtotime($comment->comment_date)); echo time_since($entry_datetime, $comment_datetime) */ ?></a> after publication. <?php edit_comment_link('e','',''); ?></small>-->
  			<small class="commentmetadata"><a href="#comment-<?php comment_ID() ?>" title=""><?php comment_date('F jS, Y') ?> at <?php comment_time() ?></a> <?php edit_comment_link('e','',''); ?></small>
  			
--- 28,39 ----
  
  		<li class="<?php echo $oddcomment; ?>" id="comment-<?php comment_ID() ?>">
! 			<cite><?php comment_author_link() ?></cite> Says:
! 			<?php if ($comment->comment_approved == '0') : ?>
! 			<em>Your comment is awaiting moderation.</em>
! 			<?php endif; ?>
! 			<br />
! 
! 			
! 			
  			<small class="commentmetadata"><a href="#comment-<?php comment_ID() ?>" title=""><?php comment_date('F jS, Y') ?> at <?php comment_time() ?></a> <?php edit_comment_link('e','',''); ?></small>
  			



More information about the cvs mailing list