Make WordPress Core


Ignore:
Timestamp:
12/24/2004 01:34:47 AM (21 years ago)
Author:
saxmatt
Message:

Cleaning up blogfilename.

File:
1 edited

Legend:

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

    r1995 r1997  
    795795
    796796function get_real_file_to_edit($file) {
    797     if ('index.php' == $file || get_settings('blogfilename') == $file ||
     797    if ('index.php' == $file ||
    798798             '.htaccess' == $file) {
    799799        $real_file = get_home_path() . $file;
Note: See TracChangeset for help on using the changeset viewer.