| Name | Size | Mode | Actions |
|---|---|---|---|
| assets/ | - | 0755 | rm |
| inc/ | - | 0755 | rm |
| languages/ | - | 0755 | rm |
| template-parts/ | - | 0755 | rm |
| templates/ | - | 0755 | rm |
| 404.php | 1199 | 0644 | editdlrm |
| archive.php | 1629 | 0644 | editdlrm |
| comments.php | 2086 | 0644 | editdlrm |
| footer.php | 1053 | 0644 | editdlrm |
| functions.php | 27518 | 0644 | editdlrm |
| header.php | 1200 | 0644 | editdlrm |
| index.php | 1861 | 0644 | editdlrm |
| page.php | 848 | 0644 | editdlrm |
| readme.txt | 4675 | 0644 | editdlrm |
| rtl.css | 11209 | 0644 | editdlrm |
| screenshot.png | 510145 | 0644 | editdlrm |
| search.php | 1594 | 0644 | editdlrm |
| searchform.php | 843 | 0644 | editdlrm |
| sidebar.php | 376 | 0644 | editdlrm |
| single.php | 1269 | 0644 | editdlrm |
| style.css | 207575 | 0644 | editdlrm |
/home/desid573/public_html/magicride.ng/wp-content/themes/euphony/comments.php (2086B)
' . get_the_title() . '' ); } else { printf( // WPCS: XSS OK. /* translators: 1: comment count number, 2: title. */ esc_html( _nx( '%1$s thought on “%2$s”', '%1$s thoughts on “%2$s”', $comment_count, 'comments title', 'euphony' ) ), number_format_i18n( $comment_count ), '' . get_the_title() . '' ); } ?>
'ol', 'short_ping' => true, 'callback' => 'euphony_comment' ) ); ?>
'', 'title_reply_after' => '
', ); comment_form( $args ); ?>