Changeset 13382 for trunk/wp-admin/includes/misc.php
- Timestamp:
- 02/24/2010 08:13:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/misc.php
r13311 r13382 129 129 $htaccess_file = $home_path.'.htaccess'; 130 130 131 // If the file doesn't already exists check for write access to the directory and whether of notwe have some rules.131 // If the file doesn't already exists check for write access to the directory and whether we have some rules. 132 132 // else check for write access to the file. 133 133 if ((!file_exists($htaccess_file) && is_writable($home_path) && $wp_rewrite->using_mod_rewrite_permalinks()) || is_writable($htaccess_file)) { … … 360 360 361 361 /** 362 * Determine whether to use CodePress or not.362 * Determine whether to use CodePress. 363 363 * 364 364 * @since 2.8
Note: See TracChangeset
for help on using the changeset viewer.