removed google plus

This commit is contained in:
Diego Najar 2019-06-17 22:07:01 +02:00
parent f81c909cbc
commit d6f0073446
2 changed files with 2 additions and 8 deletions

View File

@ -544,8 +544,8 @@ class Pages extends dbJSON {
} }
// Returns the amount of pages // Returns the amount of pages
// (boolean) $total, TRUE returns the total of pages // (boolean) $onlyPublished, TRUE returns the total of published pages (without draft and scheduled)
// (boolean) $total, FALSE returns the total of published pages (without draft and scheduled) // (boolean) $onlyPublished, FALSE returns the total of pages
public function count($onlyPublished=true) public function count($onlyPublished=true)
{ {
if ($onlyPublished) { if ($onlyPublished) {

View File

@ -115,12 +115,6 @@ class User {
return $this->getValue('codepen'); return $this->getValue('codepen');
} }
// DEPRECATED since v3.5
public function googlePlus()
{
return $this->getValue('googlePlus');
}
public function instagram() public function instagram()
{ {
return $this->getValue('instagram'); return $this->getValue('instagram');