Changeset 2818 for trunk/wp-settings.php
- Timestamp:
- 08/29/2005 11:40:32 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r2800 r2818 190 190 require_once(ABSPATH . WPINC . '/locale.php'); 191 191 192 // Load functions for active theme. 193 if ( file_exists(TEMPLATEPATH . "/functions.php") ) 194 include(TEMPLATEPATH . "/functions.php"); 195 192 196 function shutdown_action_hook() { 193 197 do_action('shutdown');
Note: See TracChangeset
for help on using the changeset viewer.