removed google plus
This commit is contained in:
parent
f81c909cbc
commit
d6f0073446
|
@ -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) {
|
||||||
|
|
|
@ -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');
|
||||||
|
|
Loading…
Reference in New Issue