From f1fbfe35c47660426957aadea4bfe75f3657aabb Mon Sep 17 00:00:00 2001 From: Dac Chartrand Date: Tue, 30 Jan 2018 14:41:48 -0500 Subject: [PATCH] Let phpcbf fix things for me. --- inc/helpers/namespace.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inc/helpers/namespace.php b/inc/helpers/namespace.php index f7cc96b..a3f895f 100644 --- a/inc/helpers/namespace.php +++ b/inc/helpers/namespace.php @@ -153,10 +153,10 @@ function get_available_subjects( $catalog_data ) { function get_default_menu( $items = '' ) { $link = ( is_front_page() ) ? network_home_url( '#main' ) : network_home_url( '/' ); $items = sprintf( - '
  • %2$s
  • ', - $link, - __( 'Home', 'pressbooks-aldine' ) - ) . $items; + '
  • %2$s
  • ', + $link, + __( 'Home', 'pressbooks-aldine' ) + ) . $items; if ( get_option( 'pb_network_contact_form' ) ) { $items .= sprintf( '
  • %2$s
  • ',