From 9a4589123e4f86dd22fae0bbff3481801db0de6b Mon Sep 17 00:00:00 2001 From: Florian Schlichting Date: Sat, 3 Dec 2016 00:20:54 +0100 Subject: [PATCH] CreateDefaultRelationships is not defunct --- inc/auth-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/auth-functions.php b/inc/auth-functions.php index 870bd26c..fa697b96 100644 --- a/inc/auth-functions.php +++ b/inc/auth-functions.php @@ -177,7 +177,7 @@ function CreateHomeCalendar($username) { } /** -* Defunct function for creating default relationships. +* Create default relationships. * @param string $username The username of the user we are creating relationships for. */ function CreateDefaultRelationships( $username ) {