[wp-cvs] wordpress/wp-content/themes/classic index.php,1.1,1.2

Ryan Boren rboren at users.sourceforge.net
Sun Feb 13 17:32:35 GMT 2005


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

Modified Files:
	index.php 
Log Message:
Fix call to comments_template().  http://mosquito.wordpress.org/view.php?id=860  Hat tip: coffee2code

Index: index.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-content/themes/classic/index.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** index.php	4 Jan 2005 05:20:05 -0000	1.1
--- index.php	13 Feb 2005 17:32:32 -0000	1.2
***************
*** 26,30 ****
  </div>
  
! <?php comments_template( is_single() ); // Get wp-comments.php template ?>
  
  <?php endwhile; else: ?>
--- 26,30 ----
  </div>
  
! <?php comments_template(); // Get wp-comments.php template ?>
  
  <?php endwhile; else: ?>



More information about the cvs mailing list