Changeset 5820 for trunk/wp-settings.php
- Timestamp:
- 07/27/2007 09:28:01 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r5700 r5820 197 197 // Check for hacks file if the option is enabled 198 198 if (get_option('hack_file')) { 199 if (file_exists(ABSPATH . ' /my-hacks.php'))200 require(ABSPATH . ' /my-hacks.php');199 if (file_exists(ABSPATH . 'my-hacks.php')) 200 require(ABSPATH . 'my-hacks.php'); 201 201 } 202 202
Note: See TracChangeset
for help on using the changeset viewer.