[wp-cvs] wordpress/wp-includes functions.php,1.264,1.265

Ernest MacDougal Campbell III emc3 at users.sourceforge.net
Tue Feb 15 19:55:25 GMT 2005


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

Modified Files:
	functions.php 
Log Message:
I'm pretty sure that this should be get_theme_root(), not get_theme_base()

Index: functions.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/functions.php,v
retrieving revision 1.264
retrieving revision 1.265
diff -C2 -d -r1.264 -r1.265
*** functions.php	15 Feb 2005 00:17:21 -0000	1.264
--- functions.php	15 Feb 2005 19:55:12 -0000	1.265
***************
*** 1588,1592 ****
  		$template = TEMPLATEPATH . '/comments-popup.php';
  	else
! 		$template = get_theme_base() . '/default/comments-popup.php';
  
  	return apply_filters('comments_popup_template', $template);
--- 1588,1592 ----
  		$template = TEMPLATEPATH . '/comments-popup.php';
  	else
! 		$template = get_theme_root() . '/default/comments-popup.php';
  
  	return apply_filters('comments_popup_template', $template);



More information about the cvs mailing list