Changeset 8236

Show
Ignore:
Timestamp:
07/02/08 03:17:53 (3 months ago)
Author:
ryan
Message:

Make sure htaccess marker begins on a new line. Props johnbillion. fixes #7203

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/includes/misc.php

    r7508 r8236  
    6868        } 
    6969        if (!$foundit) { 
    70             fwrite( $f, "# BEGIN {$marker}\n" ); 
     70            fwrite( $f, "\n# BEGIN {$marker}\n" ); 
    7171            foreach ( $insertion as $insertline ) 
    7272                fwrite( $f, "{$insertline}\n" );