wp/index.php
changeset 16 a86126ab1dd4
parent 9 177826044cd9
--- a/wp/index.php	Tue Oct 22 16:11:46 2019 +0200
+++ b/wp/index.php	Tue Dec 15 13:49:49 2020 +0100
@@ -14,4 +14,4 @@
 define( 'WP_USE_THEMES', true );
 
 /** Loads the WordPress Environment and Template */
-require( dirname( __FILE__ ) . '/wp-blog-header.php' );
+require __DIR__ . '/wp-blog-header.php';