Make WordPress Core

Changeset 1566


Ignore:
Timestamp:
08/27/2004 12:38:22 AM (20 years ago)
Author:
saxmatt
Message:

Stop recursive stop recursive stop recursive... Hat tip: Dougal

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-footer.php

    r1542 r1566  
    33// use that, otherwise use this default wp-footer.php file.
    44if ( file_exists(ABSPATH . '/footer.php') ) :
    5     include(ABSPATH . '/footer.php');
     5    include_once(ABSPATH . '/footer.php');
    66else :
    77?>
  • trunk/wp-header.php

    r1559 r1566  
    33// use that, otherwise use this default wp-header.php file.
    44if ( file_exists(ABSPATH . '/header.php') ) :
    5     include(ABSPATH . '/header.php');
     5    include_once(ABSPATH . '/header.php');
    66else :
    77?>
Note: See TracChangeset for help on using the changeset viewer.