wp/index.php
changeset 9 177826044cd9
parent 0 d970ebf37754
child 16 a86126ab1dd4
--- a/wp/index.php	Mon Oct 14 18:06:33 2019 +0200
+++ b/wp/index.php	Mon Oct 14 18:28:13 2019 +0200
@@ -11,7 +11,7 @@
  *
  * @var bool
  */
-define('WP_USE_THEMES', true);
+define( 'WP_USE_THEMES', true );
 
 /** Loads the WordPress Environment and Template */
 require( dirname( __FILE__ ) . '/wp-blog-header.php' );