Changeset 6025 for trunk/wp-admin/includes/misc.php
- Timestamp:
- 09/03/2007 11:19:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/misc.php
r5809 r6025 98 98 function save_mod_rewrite_rules() { 99 99 global $wp_rewrite; 100 100 101 101 $home_path = get_home_path(); 102 102 $htaccess_file = $home_path.'.htaccess'; … … 110 110 } 111 111 } 112 112 113 113 return false; 114 114 }
Note: See TracChangeset
for help on using the changeset viewer.