[wp-cvs] wordpress/wp-includes template-functions-post.php, 1.38, 1.39

Ryan Boren rboren at users.sourceforge.net
Fri Jan 14 23:01:24 GMT 2005


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

Modified Files:
	template-functions-post.php 
Log Message:
Fix call to join.  Bug 658.  Hat tip: morganiq

Index: template-functions-post.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/template-functions-post.php,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** template-functions-post.php	7 Jan 2005 22:01:59 -0000	1.38
--- template-functions-post.php	14 Jan 2005 23:01:21 -0000	1.39
***************
*** 354,358 ****
  
  	if($depth)
! 		$indent = join(array_fill(0,$depth,"\t"));
  
  	foreach($page_tree[$parent]['children'] as $page_id) {
--- 354,358 ----
  
  	if($depth)
! 		$indent = join('', array_fill(0,$depth,"\t"));
  
  	foreach($page_tree[$parent]['children'] as $page_id) {



More information about the cvs mailing list