From 0dffec210df163837f6b5c2defe973f6cb91202c Mon Sep 17 00:00:00 2001 From: Ruan Date: Tue, 11 Aug 2015 09:57:10 +0200 Subject: [PATCH] Update documentation --- includes/page.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/page.php b/includes/page.php index 88cd9cf..124742b 100644 --- a/includes/page.php +++ b/includes/page.php @@ -72,7 +72,8 @@ class Page { } /** - * Returns the banner name for a specific row in the database, converting UUID->name if necessary. + * Returns the banner name for a specific row in the database + * using their UUID->name if possible, otherwise returns their last recorded name. * @param row * @return string */