• onico0

    (@onico0)


    Thanks for you wonderful plugin.

    Just 2 suggests.

    Here class-decent-comments-renderer.php.

    * The “at” string is hardcoded (so we cannot translate it)

    * And it would be nice to have a show_time (false) attribute. Then we can choose to show the date, but not the time of the comment.

    $output .= sprintf(
    						' %1$s at %2$s ', // translators : the first argument is the date of the comment, the second is the time
    						mysql2date( get_option( 'date_format' ), $comment->comment_date ),
    						mysql2date( get_option( 'time_format' ), $comment->comment_date, true )
    					);

    Thanks a lot !

    Keep going.

    https://www.ads-software.com/plugins/decent-comments/

  • The topic ‘[Suggest] "at" in date translation and show_time = false’ is closed to new replies.