* @copyright 2018-2019 Secretum * @license https://github.com/SecretumTheme/secretum/blob/master/license.txt GPL-2.0 * @link https://github.com/SecretumTheme/secretum/blob/master/inc/comments.php * @since 1.0.0 */ namespace Secretum; // Ignore If Password Required. if ( post_password_required() ) { return; } // Hookable Action. do_action( 'secretum_before_comments' ); ?>

' . get_the_title() . '"'; } elseif ( true === isset( $secretum_comments_number ) && $secretum_comments_number > 1 ) { /* Translators: 1) comment count 2) already translated text 3) post title */ printf( '%1$s %2$s %3$s', absint( number_format_i18n( $secretum_comments_number ) ), esc_html( secretum_text( 'comments_title_thoughts', false ) ), esc_html( get_the_title() ) ); } else { secretum_text( 'meta_comments_text', true ); } ?>

    'ol', 'short_ping' => true, ] ); ?>