Spelling and grammar fun. Fixes #11875 props cnorris23

git-svn-id: https://develop.svn.wordpress.org/trunk@13382 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-02-24 20:13:23 +00:00
parent 1b01dd4ecd
commit c9dfb91763
23 changed files with 42 additions and 42 deletions
+2 -2
View File
@@ -128,7 +128,7 @@ function save_mod_rewrite_rules() {
$home_path = get_home_path();
$htaccess_file = $home_path.'.htaccess';
// If the file doesn't already exists check for write access to the directory and whether of not we have some rules.
// If the file doesn't already exists check for write access to the directory and whether we have some rules.
// else check for write access to the file.
if ((!file_exists($htaccess_file) && is_writable($home_path) && $wp_rewrite->using_mod_rewrite_permalinks()) || is_writable($htaccess_file)) {
if ( got_mod_rewrite() ) {
@@ -359,7 +359,7 @@ jQuery('#codepress-off').show();
}
/**
* Determine whether to use CodePress or not.
* Determine whether to use CodePress.
*
* @since 2.8
**/