'' . esc_html__('expand child menu', 'camaraderie') . '', 'collapse' => '' . esc_html__('collapse child menu', 'camaraderie') . '', )); /* ======================================================================================================================== Enable and activate the threaded comments for Camaraderie. This allows users to comment by clicking on reply so that it gets nested to the comments you are trying to respnse too. ======================================================================================================================== */ if (is_singular() && comments_open() && get_option('thread_comments')) { wp_enqueue_script('comment-reply'); } } add_action('wp_enqueue_scripts', 'camaraderie_enqueue_scripts_and_styles_setup');