diff options
author | Senky <jakubsenko@gmail.com> | 2012-04-16 23:53:11 +0200 |
---|---|---|
committer | Senky <jakubsenko@gmail.com> | 2012-04-26 09:20:33 +0200 |
commit | 0858a8023be7b01e308959383bc1f955dbd4bf2d (patch) | |
tree | ea6128c8d03f897cfb9b099565a3fe79ad9ad6d7 | |
parent | 02cc32b901d29df4b67c0d09c02370cbaf61170d (diff) | |
download | forums-0858a8023be7b01e308959383bc1f955dbd4bf2d.tar forums-0858a8023be7b01e308959383bc1f955dbd4bf2d.tar.gz forums-0858a8023be7b01e308959383bc1f955dbd4bf2d.tar.bz2 forums-0858a8023be7b01e308959383bc1f955dbd4bf2d.tar.xz forums-0858a8023be7b01e308959383bc1f955dbd4bf2d.zip |
[ticket/10161] added fullstop to the end of sentence
PHPBB3-10161
-rw-r--r-- | phpBB/docs/coding-guidelines.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index e60d20cd43..3f2c142ac6 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -356,7 +356,7 @@ phpbb_dir_subdir_class_name - includes/dir/subdir/class_name.php <p>The basic philosophy here is to not hurt code clarity for the sake of laziness. This has to be balanced by a little bit of common sense, though; <code>print_login_status_for_a_given_user()</code> goes too far, for example -- that function would be better named <code>print_user_login_status()</code>, or just <code>print_login_status()</code>.</p> <h4>Special Namings: </h4> - <p>For all emoticons use the term <code>smiley</code> in singular and <code>smilies</code> in plural. For emails we use the term <code>email</code> (without dash between “e” and “m”)</p> + <p>For all emoticons use the term <code>smiley</code> in singular and <code>smilies</code> in plural. For emails we use the term <code>email</code> (without dash between “e” and “m”).</p> <a name="codelayout"></a><h3>2.ii. Code Layout</h3> |