Make WordPress Core


Ignore:
Timestamp:
07/17/2014 09:13:53 AM (11 years ago)
Author:
DrewAPicture
Message:

Fix syntax for single- and multi-line comments in wp-admin-directory files.

See #28931.

File:
1 edited

Legend:

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

    r28919 r29206  
    164164    $htaccess_file = $home_path.'.htaccess';
    165165
    166     // If the file doesn't already exist check for write access to the directory and whether we have some rules.
    167     // else check for write access to the file.
     166    /*
     167     * If the file doesn't already exist check for write access to the directory
     168     * and whether we have some rules. Else check for write access to the file.
     169     */
    168170    if ((!file_exists($htaccess_file) && is_writable($home_path) && $wp_rewrite->using_mod_rewrite_permalinks()) || is_writable($htaccess_file)) {
    169171        if ( got_mod_rewrite() ) {
Note: See TracChangeset for help on using the changeset viewer.