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');