We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45e379 commit df23573Copy full SHA for df23573
src/wp-load.php
@@ -103,3 +103,6 @@
103
104
wp_die( $die, __( 'WordPress › Error' ) );
105
}
106
+
107
+/** Sets up WordPress vars and included files. */
108
+require_once ABSPATH . 'wp-settings.php';
wp-config-sample.php
@@ -92,11 +92,3 @@
92
93
94
/* That's all, stop editing! Happy publishing. */
95
-
96
-/** Absolute path to the WordPress directory. */
97
-if ( ! defined( 'ABSPATH' ) ) {
98
- define( 'ABSPATH', __DIR__ . '/' );
99
-}
100
101
-/** Sets up WordPress vars and included files. */
102
-require_once ABSPATH . 'wp-settings.php';
0 commit comments