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/setup-config.php

    r29058 r29206  
    301301<?php
    302302    else :
    303         // If this file doesn't exist, then we are using the wp-config-sample.php
    304         // file one level up, which is for the develop repo.
     303        /*
     304         * If this file doesn't exist, then we are using the wp-config-sample.php
     305         * file one level up, which is for the develop repo.
     306         */
    305307        if ( file_exists( ABSPATH . 'wp-config-sample.php' ) )
    306308            $path_to_wp_config = ABSPATH . 'wp-config.php';
Note: See TracChangeset for help on using the changeset viewer.