Make WordPress Core

Changeset 5820 for trunk/wp-settings.php


Ignore:
Timestamp:
07/27/2007 09:28:01 PM (18 years ago)
Author:
markjaquith
Message:

ABSPATH already has a trailing slash. Props Nazgul. fixes #4607

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r5700 r5820  
    197197// Check for hacks file if the option is enabled
    198198if (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');
    201201}
    202202
Note: See TracChangeset for help on using the changeset viewer.