From 43b95bbe8b371495f9aa625be9d855ddbc8f4dde Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 26 Sep 2012 09:45:21 -0700 Subject: [PATCH] Added doc note about getWikiId(). Change-Id: I9c078baf84e0fead743e5315f698bd287ecf9f13 --- includes/filebackend/FileBackend.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/filebackend/FileBackend.php b/includes/filebackend/FileBackend.php index 306bf353d6..e88c3680d7 100644 --- a/includes/filebackend/FileBackend.php +++ b/includes/filebackend/FileBackend.php @@ -129,7 +129,8 @@ abstract class FileBackend { } /** - * Get the wiki identifier used for this backend (possibly empty) + * Get the wiki identifier used for this backend (possibly empty). + * Note that this might *not* be in the same format as wfWikiID(). * * @return string * @since 1.20 -- 2.20.1