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
  • ',