Changeset 8053

Show
Ignore:
Timestamp:
06/05/08 16:39:20 (6 months ago)
Author:
ryan
Message:

Use WP_CONTENT_DIR to fix theme editor file loading. Props ionfish. fixes #7097

Files:

Legend:

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

    r8048 r8053  
    3737        $real_file = get_home_path() . $file; 
    3838    } else { 
    39         $real_file = ABSPATH . $file; 
     39        $real_file = WP_CONTENT_DIR . $file; 
    4040    } 
    4141