ID, false ), get_post_time( 'm', false, $post->ID, false ), get_post_time( 'j', false, $post->ID, false ) ) ) . '" class="post-date">' . esc_html( get_the_date() ) . ''; if ( ! isset( $show_info ) || in_array( 'like', $show_info ) ) { $html = apply_filters( 'alpha_post_like_html', $html, true ); } if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) { ob_start(); // translators: %1$s and %2$s are opening and closing of mark tag. $zero = sprintf( esc_html__( '%1$s0%2$s', 'alpus' ), '', '' ); //phpcs:ignore // translators: %1$s and %2$s are opening and closing of mark tag. $one = sprintf( esc_html__( '%1$s1%2$s', 'alpus' ), '', '' ); //phpcs:ignore // translators: %1$s and %3$s are opening and closing of mark tag, %2$s is %. $more = sprintf( esc_html__( '%1$s%2$s%3$s', 'alpus' ), '', '%', '' ); //phpcs:ignore comments_popup_link( $zero, $one, $more, 'comments-link scroll-to local' ); $html .= ob_get_clean(); } if ( $html ) { echo '
'; }