Changeset 1362
- Timestamp:
- 07/09/08 19:36:42 (5 months ago)
- Files:
-
- trunk/wp-admin/includes/misc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/includes/misc.php
r1347 r1362 36 36 // Returns true on write success, false on failure. 37 37 function insert_with_markers( $filename, $marker, $insertion ) { 38 return;39 38 if (!file_exists( $filename ) || is_writeable( $filename ) ) { 40 39 if (!file_exists( $filename ) ) { … … 89 88 function save_mod_rewrite_rules() { 90 89 global $wp_rewrite; 90 return; // We can't allow mod_rewrite rules to be written 91 91 92 92 $home_path = get_home_path();
