Skip to content

Commit

Permalink
Merge pull request #608 from cadr-sa/master
Browse files Browse the repository at this point in the history
navbar_social_links function should be is static
  • Loading branch information
aristath committed Dec 23, 2014
2 parents da17778 + dc756cc commit 14baf2e
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 14baf2e

Please sign in to comment.