Browse Source

Fix coding standards.

pull/9/head
Ned Zimmerman 7 years ago
parent
commit
d975f0beef
No known key found for this signature in database
GPG Key ID: FF56334A013120CA
  1. 5
      app/controllers/App.php

5
app/controllers/App.php

@ -24,7 +24,10 @@ class App extends Controller
public static function networkFooter($index)
{
if ($index === 2) {
if (get_option('pb_network_facebook') || get_option('pb_network_twitter') || is_active_sidebar("network-footer-block-$index")) {
if (get_option('pb_network_facebook')
|| get_option('pb_network_twitter')
|| is_active_sidebar("network-footer-block-$index")
) {
return "network-footer-block-$index";
} else {
return 'empty';

Loading…
Cancel
Save