@@ -20,21 +20,21 @@ discard block |
||
20 | 20 | <div class="col-sm-12"> |
21 | 21 | <?php lsx_footer_top(); ?> |
22 | 22 | |
23 | - <p class="credit <?php if ( has_nav_menu( 'social' ) || has_nav_menu( 'footer' ) ) echo 'credit-float'; ?>"> |
|
23 | + <p class="credit <?php if (has_nav_menu('social') || has_nav_menu('footer')) echo 'credit-float'; ?>"> |
|
24 | 24 | <?php |
25 | 25 | printf( |
26 | 26 | /* Translators: 1: current year, 2: blog name */ |
27 | - esc_html__( '© %1$s %2$s All Rights Reserved', 'lsx' ), |
|
28 | - esc_html( date_i18n( 'Y' ) ), |
|
29 | - esc_html( get_bloginfo( 'name' ) ) |
|
27 | + esc_html__('© %1$s %2$s All Rights Reserved', 'lsx'), |
|
28 | + esc_html(date_i18n('Y')), |
|
29 | + esc_html(get_bloginfo('name')) |
|
30 | 30 | ); |
31 | 31 | ?> |
32 | 32 | |
33 | - <?php if ( apply_filters( 'lsx_credit_link', true ) ) : ?> |
|
33 | + <?php if (apply_filters('lsx_credit_link', true)) : ?> |
|
34 | 34 | <?php |
35 | 35 | printf( |
36 | 36 | /* Translators: 1: theme name, 2: author name and link */ |
37 | - esc_html__( ' | %1$s is a WordPress theme developed by %2$s.', 'lsx' ), |
|
37 | + esc_html__(' | %1$s is a WordPress theme developed by %2$s.', 'lsx'), |
|
38 | 38 | 'LSX', |
39 | 39 | '<a href="https://www.lsdev.biz/" rel="noopener noreferrer" title="LightSpeed WordPress Development - Unlocking the full value of your business, online" rel="author nofollow noopener noreferrer" >LightSpeed</a>' |
40 | 40 | ); |
@@ -42,24 +42,24 @@ discard block |
||
42 | 42 | <?php endif; ?> |
43 | 43 | </p> |
44 | 44 | |
45 | - <?php if ( has_nav_menu( 'social' ) ) : ?> |
|
45 | + <?php if (has_nav_menu('social')) : ?> |
|
46 | 46 | <nav id="social-navigation" class="social-navigation"> |
47 | 47 | <?php |
48 | - wp_nav_menu( array( |
|
48 | + wp_nav_menu(array( |
|
49 | 49 | 'theme_location' => 'social', |
50 | 50 | 'depth' => 1, |
51 | - ) ); |
|
51 | + )); |
|
52 | 52 | ?> |
53 | 53 | </nav><!-- .social-navigation --> |
54 | 54 | <?php endif; ?> |
55 | 55 | |
56 | - <?php if ( has_nav_menu( 'footer' ) ) : ?> |
|
56 | + <?php if (has_nav_menu('footer')) : ?> |
|
57 | 57 | <nav id="footer-navigation" class="footer-navigation"> |
58 | 58 | <?php |
59 | - wp_nav_menu( array( |
|
59 | + wp_nav_menu(array( |
|
60 | 60 | 'theme_location' => 'footer', |
61 | 61 | 'depth' => 1, |
62 | - ) ); |
|
62 | + )); |
|
63 | 63 | ?> |
64 | 64 | </nav><!-- .footer-navigation --> |
65 | 65 | <?php endif; ?> |