Changeset 29206 for trunk/src/wp-admin/setup-config.php
- Timestamp:
- 07/17/2014 09:13:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/setup-config.php
r29058 r29206 301 301 <?php 302 302 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 */ 305 307 if ( file_exists( ABSPATH . 'wp-config-sample.php' ) ) 306 308 $path_to_wp_config = ABSPATH . 'wp-config.php';
Note: See TracChangeset
for help on using the changeset viewer.