From c2269048275b247277166d9d94b641939f772dd6 Mon Sep 17 00:00:00 2001 From: nikitozzzzzzz Date: Tue, 2 Oct 2018 09:23:18 +0300 Subject: [PATCH] - fixed PHPDoc for Groups extension; --- includes/class-init.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/class-init.php b/includes/class-init.php index 1de8286a..28aba1b7 100644 --- a/includes/class-init.php +++ b/includes/class-init.php @@ -31,6 +31,7 @@ if ( ! class_exists( 'UM' ) ) { * @method UM_Private_Content_API Private_Content_API() * @method UM_User_Location_API User_Location_API() * @method UM_Photos_API Photos_API() + * @method UM_Groups Groups() * */ final class UM extends UM_Functions {