Changeset 4371 for trunk/wp-includes/general-template.php
- Timestamp:
- 10/11/2006 03:39:13 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r4357 r4371 4 4 5 5 function get_header() { 6 do_action( 'get_header' ); 6 7 if ( file_exists( TEMPLATEPATH . '/header.php') ) 7 8 load_template( TEMPLATEPATH . '/header.php'); … … 12 13 13 14 function get_footer() { 15 do_action( 'get_footer' ); 14 16 if ( file_exists( TEMPLATEPATH . '/footer.php') ) 15 17 load_template( TEMPLATEPATH . '/footer.php');
Note: See TracChangeset
for help on using the changeset viewer.