From d6f0073446b6870f003a1a8dac8d70f3b0f3b272 Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Mon, 17 Jun 2019 22:07:01 +0200 Subject: [PATCH] removed google plus --- bl-kernel/pages.class.php | 4 ++-- bl-kernel/user.class.php | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/bl-kernel/pages.class.php b/bl-kernel/pages.class.php index 1b743654..ace3b77d 100644 --- a/bl-kernel/pages.class.php +++ b/bl-kernel/pages.class.php @@ -544,8 +544,8 @@ class Pages extends dbJSON { } // Returns the amount of pages - // (boolean) $total, TRUE returns the total of pages - // (boolean) $total, FALSE returns the total of published pages (without draft and scheduled) + // (boolean) $onlyPublished, TRUE returns the total of published pages (without draft and scheduled) + // (boolean) $onlyPublished, FALSE returns the total of pages public function count($onlyPublished=true) { if ($onlyPublished) { diff --git a/bl-kernel/user.class.php b/bl-kernel/user.class.php index 61c6c83c..275abab7 100644 --- a/bl-kernel/user.class.php +++ b/bl-kernel/user.class.php @@ -115,12 +115,6 @@ class User { return $this->getValue('codepen'); } - // DEPRECATED since v3.5 - public function googlePlus() - { - return $this->getValue('googlePlus'); - } - public function instagram() { return $this->getValue('instagram');