Hi,
Please check the following topic from here -> https://forum.tagdiv.com/topic/hard-coded-translatable-at-at-includes/wp_booster/comments-php/
Thanks.
Hi,
The “at” from date can be change/translate from Settings>General -> https://www.screencast.com/t/rxmcWd9t -> https://www.screencast.com/t/USovmTre you can check more here -> https://wordpress.org/support/article/formatting-date-and-time/ -> https://www.screencast.com/t/AA24nN9XoMQy
Thank you!
Hi Calin,
this answer is WRONG. The “at” is hard coded in
/wp-content/plugins/td-composer/legacy/common/wp_booster/comments.php
Please tell the programmers to change line 180 from
<time pubdate="<?php echo esc_attr( $td_article_date_unix ) ?>"><?php comment_date() ?> at <?php comment_time() ?></time>
into
<time pubdate="<?php echo esc_attr( $td_article_date_unix ) ?>"><?php comment_date() . __td(' at ', TD_THEME_NAME). comment_time() ?></time>
and ad translation in .mo .po files.
