Added comment to clarify

This commit is contained in:
Jack-Benny Persson 2014-08-04 14:10:02 +02:00
parent 7a124e16ca
commit 1a443709b3

View File

@ -53,7 +53,7 @@ else
// check if article is UTF-8 encoded, in which case regular ucwords won't work
if (mb_check_encoding($article, 'UTF-8'))
{
$article = utf8_ucwords($article);
$article = utf8_ucwords($article); // uppercase article in UTF-8
}
else
{