Skip to content

Commit

Permalink
navbar_social_links function should be is static
Browse files Browse the repository at this point in the history
Social links will show warning because is not static
See class-Shoestrap_Menus.php line 262  [SS_Framework_Bootstrap::navbar_social_links();]
  • Loading branch information
Abdullah Almesbahi committed Dec 23, 2014
1 parent da17778 commit dc756cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/bootstrap/class-SS_Framework_Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc756cc

Please sign in to comment.