[wp-cvs] wordpress wp-footer.php,1.1,1.2 wp-header.php,1.2,1.3
Matthew Mullenweg
saxmatt at users.sourceforge.net
Fri Aug 27 00:38:25 UTC 2004
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3427
Modified Files:
wp-footer.php wp-header.php
Log Message:
Stop recursive stop recursive stop recursive... Hat tip: Dougal
Index: wp-footer.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-footer.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** wp-footer.php 20 Aug 2004 17:14:27 -0000 1.1
--- wp-footer.php 27 Aug 2004 00:38:22 -0000 1.2
***************
*** 3,7 ****
// use that, otherwise use this default wp-footer.php file.
if ( file_exists(ABSPATH . '/footer.php') ) :
! include(ABSPATH . '/footer.php');
else :
?>
--- 3,7 ----
// use that, otherwise use this default wp-footer.php file.
if ( file_exists(ABSPATH . '/footer.php') ) :
! include_once(ABSPATH . '/footer.php');
else :
?>
Index: wp-header.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-header.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** wp-header.php 25 Aug 2004 07:40:46 -0000 1.2
--- wp-header.php 27 Aug 2004 00:38:22 -0000 1.3
***************
*** 3,7 ****
// use that, otherwise use this default wp-header.php file.
if ( file_exists(ABSPATH . '/header.php') ) :
! include(ABSPATH . '/header.php');
else :
?>
--- 3,7 ----
// use that, otherwise use this default wp-header.php file.
if ( file_exists(ABSPATH . '/header.php') ) :
! include_once(ABSPATH . '/header.php');
else :
?>
More information about the cvs
mailing list