From 38029843346207f84663f109a3754f7a2be74e18 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 21 Jan 2013 19:23:06 +0000 Subject: [PATCH] Remove inaccurate inline comment. fixes #23211. git-svn-id: https://develop.svn.wordpress.org/trunk@23310 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-activate.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-activate.php b/wp-activate.php index 0d5f1dca36..6a474b12fb 100644 --- a/wp-activate.php +++ b/wp-activate.php @@ -6,7 +6,6 @@ * @package WordPress */ -/** Define ABSPATH as this file's directory */ define( 'WP_INSTALLING', true ); /** Sets up the WordPress Environment. */