Changeset 47198 for trunk/wp-config-sample.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-config-sample.php
r46740 r47198 84 84 /** Absolute path to the WordPress directory. */ 85 85 if ( ! defined( 'ABSPATH' ) ) { 86 define( 'ABSPATH', dirname( __FILE__ ). '/' );86 define( 'ABSPATH', __DIR__ . '/' ); 87 87 } 88 88 89 89 /** Sets up WordPress vars and included files. */ 90 require_once ( ABSPATH . 'wp-settings.php' );90 require_once ABSPATH . 'wp-settings.php';
Note: See TracChangeset
for help on using the changeset viewer.