Make WordPress Core


Ignore:
Timestamp:
02/24/2010 08:13:23 PM (15 years ago)
Author:
nacin
Message:

Spelling and grammar fun. Fixes #11875 props cnorris23

File:
1 edited

Legend:

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

    r13311 r13382  
    129129    $htaccess_file = $home_path.'.htaccess';
    130130
    131     // If the file doesn't already exists check for write access to the directory and whether of not we have some rules.
     131    // If the file doesn't already exists check for write access to the directory and whether we have some rules.
    132132    // else check for write access to the file.
    133133    if ((!file_exists($htaccess_file) && is_writable($home_path) && $wp_rewrite->using_mod_rewrite_permalinks()) || is_writable($htaccess_file)) {
     
    360360
    361361/**
    362  * Determine whether to use CodePress or not.
     362 * Determine whether to use CodePress.
    363363 *
    364364 * @since 2.8
Note: See TracChangeset for help on using the changeset viewer.