🐞 fix: Cleaned up phpcs errors
This commit is contained in:
@@ -17,8 +17,8 @@ $copyright = str_replace( '%Y', gmdate( 'Y' ), $copyright_text );
|
||||
|
||||
$locations = get_nav_menu_locations();
|
||||
$footerNav = ! empty( $locations['footer_navigation'] )
|
||||
? ( wp_get_nav_menu_items( (int) $locations['footer_navigation'] ) ?: [] )
|
||||
: [];
|
||||
? ( wp_get_nav_menu_items( (int) $locations['footer_navigation'] ) ? wp_get_nav_menu_items( (int) $locations['footer_navigation'] ) : array() )
|
||||
: array();
|
||||
?>
|
||||
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user