From 498a5160176625ba0311a1853c5399372731e623 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Tue, 7 Jul 2015 20:09:01 -0700 Subject: [ticket/13995] Remove deprecated projection media type PHPBB3-13995 --- phpBB/docs/coding-guidelines.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'phpBB/docs/coding-guidelines.html') diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index 4c5fe73543..08cd02766b 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -6,7 +6,7 @@ phpBB3 • Coding Guidelines - + @@ -300,9 +300,9 @@ PHPBB_QA (Set board to QA-Mode, which means the updater also c

$current_user is right, but $currentuser and $currentUser are not.

- +

In JavaScript, variable names should use camel case:

- +

currentUser is right, but currentuser and current_user are not.

@@ -431,7 +431,7 @@ function do_stuff() ... } - +

In JavaScript code, braces always go on the same line:

-- 
cgit v1.2.1


From 6294c45bd39a28adc52813e4dbe903b40d28c9d4 Mon Sep 17 00:00:00 2001
From: Matt Friedman 
Date: Tue, 7 Jul 2015 20:09:47 -0700
Subject: [ticket/13995] Remove invalid name element from anchors in Docs

PHPBB3-13995
---
 phpBB/docs/coding-guidelines.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'phpBB/docs/coding-guidelines.html')

diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html
index 08cd02766b..26189235ef 100644
--- a/phpBB/docs/coding-guidelines.html
+++ b/phpBB/docs/coding-guidelines.html
@@ -2568,7 +2568,7 @@ if (utf8_case_fold_nfc($string1) == utf8_case_fold_nfc($string2))
 
- +
-- cgit v1.2.1