Make WordPress Core


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

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

File:
1 edited

Legend:

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

    r5810 r5820  
    486486    include_once (ABSPATH . WPINC . '/class-IXR.php');
    487487
    488     $log = debug_fopen(ABSPATH . '/enclosures.log', 'a');
     488    $log = debug_fopen(ABSPATH . 'enclosures.log', 'a');
    489489    $post_links = array();
    490490    debug_fwrite($log, 'BEGIN '.date('YmdHis', time())."\n");
Note: See TracChangeset for help on using the changeset viewer.