Make WordPress Core


Ignore:
Timestamp:
09/03/2007 11:19:20 PM (19 years ago)
Author:
ryan
Message:

Strip lines that contain only whitespace down to newlines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/misc.php

    r5809 r6025  
    9898function save_mod_rewrite_rules() {
    9999        global $wp_rewrite;
    100        
     100
    101101        $home_path = get_home_path();
    102102        $htaccess_file = $home_path.'.htaccess';
     
    110110                }
    111111        }
    112        
     112
    113113        return false;
    114114}
Note: See TracChangeset for help on using the changeset viewer.