From dc756ccb0df9aebdd88788bee24c504c6277d7f7 Mon Sep 17 00:00:00 2001 From: Abdullah Almesbahi Date: Tue, 23 Dec 2014 18:28:33 +0300 Subject: [PATCH] navbar_social_links function should be is static Social links will show warning because is not static See class-Shoestrap_Menus.php line 262 [SS_Framework_Bootstrap::navbar_social_links();] --- framework/bootstrap/class-SS_Framework_Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/bootstrap/class-SS_Framework_Bootstrap.php b/framework/bootstrap/class-SS_Framework_Bootstrap.php index 9a5fb622e8..a23e345abf 100644 --- a/framework/bootstrap/class-SS_Framework_Bootstrap.php +++ b/framework/bootstrap/class-SS_Framework_Bootstrap.php @@ -1070,7 +1070,7 @@ public function navbar_social_bar() { /** * Build the social links for the navbar */ - public function navbar_social_links() { + public static function navbar_social_links() { global $ss_social; // Get all the social networks the user is using