Make WordPress Core

Changeset 1922 for trunk/wp-settings.php


Ignore:
Timestamp:
12/08/2004 09:51:25 PM (21 years ago)
Author:
rboren
Message:

Define TEMPLATEPATH. Look for footer, sidebar, and header in the template directory for the active theme.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r1830 r1922  
    9797}
    9898
     99define('TEMPLATEPATH', get_template_directory());
     100
    99101function shutdown_action_hook() {
    100102    do_action('shutdown', '');
Note: See TracChangeset for help on using the changeset viewer.