Changeset 2818
- Timestamp:
- 08/29/2005 11:40:32 PM (19 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r2815 r2818 1145 1145 } 1146 1146 1147 function add_theme_page($page_title, $menu_title, $access_level, $file, $function = '') { 1148 return add_submenu_page('themes.php', $page_title, $menu_title, $access_level, $file, $function); 1149 } 1150 1151 1147 1152 function validate_file($file, $allowed_files = '') { 1148 1153 if ( false !== strpos($file, './')) -
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.