Файловый менеджер - Редактировать - /home/avadvi5/public_html/wp-content/themes/code4rest/template-parts/content/comments-list.php
Ðазад
<?php /** * Template part for displaying comments list. * * @package code4rest */ namespace Code4rest; ?> <?php if ( have_comments() ) { do_action( 'code4rest_before_comments_list' ); $title_output = '<h2 class="comments-title">'; $comment_count = (int) get_comments_number(); if ( 1 === $comment_count ) { $title_output .= esc_html__( 'One Comment', 'code4rest' ); } else { $title_output .= sprintf( /* translators: 1: comment count number */ esc_html( _nx( '%1$s Comment', '%1$s Comments', $comment_count, 'comments title', 'code4rest' ) ), // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped number_format_i18n( $comment_count ) ); } $title_output .= '</h2><!-- .comments-title -->'; echo wp_kses_post( apply_filters( 'code4rest_single_post_comments_title', $title_output ) ); the_comments_navigation(); code4rest()->the_comments(); if ( ! comments_open() ) { ?> <p class="no-comments"><?php esc_html_e( 'Comments are closed.', 'code4rest' ); ?></p> <?php } do_action( 'code4rest_after_comments_list' ); }
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка