Changeset 22981
- Timestamp:
- 12/03/2012 02:59:04 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network.php
r22980 r22981 319 319 $location_of_wp_config = ABSPATH; 320 320 if ( ! file_exists( ABSPATH . 'wp-config.php' ) && file_exists( dirname( ABSPATH ) . '/wp-config.php' ) ) 321 321 $location_of_wp_config = trailingslashit( dirname( ABSPATH ) ); 322 322 323 323 // Wildcard DNS message.
Note: See TracChangeset
for help on using the changeset viewer.