Changeset 1997 for trunk/wp-admin/admin-functions.php
- Timestamp:
- 12/24/2004 01:34:47 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r1995 r1997 795 795 796 796 function get_real_file_to_edit($file) { 797 if ('index.php' == $file || get_settings('blogfilename') == $file ||797 if ('index.php' == $file || 798 798 '.htaccess' == $file) { 799 799 $real_file = get_home_path() . $file;
Note: See TracChangeset
for help on using the changeset viewer.