芝麻web文件管理V1.00
编辑当前文件:/home/elegucvf/public_html/wp-content-20250317205720/themes/atlas/template-parts/comment.php
'; echo '
'; echo '
'; echo '
' . mb_substr( get_comment_author( $args['comment']->comment_ID ), 0, 1 ) . '
'; echo '
'; echo '
'; // Human Readable Post Dates ---------- $time_now = current_time( 'timestamp' ); $post_time = get_comment_date( 'U', $args['comment']->comment_ID ); $since = sprintf( esc_html__( '%s ago', 'atlas' ), human_time_diff( $post_time, $time_now ) ); echo '
' . get_comment_author( $args['comment']->comment_ID ) . '
'; echo '
' . $since . '
'; echo '
'; echo '
'; echo '
';