From ccfda7703cc74188208daa295edebafecfe73729 Mon Sep 17 00:00:00 2001
From: Drew Jaynes
Date: Fri, 9 Oct 2015 15:42:33 +0000
Subject: [PATCH] Install: Match existing tonal style in setup-config.php by
converting strings containing 'do not' and 'does not' to instead use
contractions.
The 'do not' is converted to "don't" because "you" is third-person plural, and 'does not' is converted to "doesn't" because `localhost` is third-person singular. While both are "negative" contractions, we often write this way in WordPress to provide a friendlier tone. That's your English grammar lesson for the day.
Props ankit-k-gupta, iamfriendly.
Fixes #30317.
git-svn-id: https://develop.svn.wordpress.org/trunk@34987 602fd350-edb4-49c9-b593-d223f7449a82
---
src/wp-admin/setup-config.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/wp-admin/setup-config.php b/src/wp-admin/setup-config.php
index c24dfbee89..01498af28c 100644
--- a/src/wp-admin/setup-config.php
+++ b/src/wp-admin/setup-config.php
@@ -143,7 +143,7 @@ switch($step) {
wp-config-sample.php in a text editor, fill in your information, and save it as wp-config.php." ); ?>
We got it." ); ?>