[wp-cvs] wordpress wp-comments.php,1.21,1.22

Matthew Mullenweg saxmatt at users.sourceforge.net
Wed Sep 1 21:20:30 UTC 2004


Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9982

Modified Files:
	wp-comments.php 
Log Message:
XHTML error.

Index: wp-comments.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-comments.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** wp-comments.php	13 Jun 2004 16:14:57 -0000	1.21
--- wp-comments.php	1 Sep 2004 21:20:28 -0000	1.22
***************
*** 6,10 ****
  if ( !empty($post->post_password) && $_COOKIE['wp-postpass_'.$cookiehash] != $post->post_password) :
  ?>
! <p><?php _e('Enter your password to view comments.'); ?><p>
  <?php
  	return;
--- 6,10 ----
  if ( !empty($post->post_password) && $_COOKIE['wp-postpass_'.$cookiehash] != $post->post_password) :
  ?>
! <p><?php _e('Enter your password to view comments.'); ?></p>
  <?php
  	return;




More information about the cvs mailing list