'' . esc_html__( 'expand child menu', 'auspicious' ) . '', 'collapse' => '' . esc_html__( 'collapse child menu', 'auspicious' ) . '', ) ); /** * This allows users to comment by clicking on reply so that it gets nested. */ if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); } } add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\load_scripts_and_styles' );