Make WordPress Core


Ignore:
Timestamp:
02/07/2004 10:52:20 PM (22 years ago)
Author:
saxmatt
Message:

Move hack file include.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r836 r844  
    17781778}
    17791779
    1780 
    1781 // Check for hacks file if the option is enabled
    1782 if (get_settings('hack_file')) {
    1783     if (file_exists(ABSPATH . '/my-hacks.php'))
    1784         require(ABSPATH . '/my-hacks.php');
    1785 }
    17861780?>
Note: See TracChangeset for help on using the changeset viewer.