From 99dccc2df8958e2e346f9b754b2c262935bfa6a3 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 28 Mar 2014 17:16:56 +0100 Subject: [PATCH] [ticket/12286] Correctly capitalize PHP PHPBB3-12286 --- phpBB/docs/coding-guidelines.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index cd8163500c..ad5c5dc107 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -2384,7 +2384,7 @@ if (utf8_case_fold_nfc($string1) == utf8_case_fold_nfc($string2))

Therefor we introduced a plural system that deals with this kind of problems.

-

The php Code will basically look like this:

+

The PHP code will basically look like this:

 	...