• hello,

    right now, my comment time stamp reads like this

    :November 24th, 2006 at 4:34 pm e”

    i’d like to alter it/customize it so that the “e” doesnt appear at the end.

    i deduce this info is in the comments.php file. but when i look at the php on that page i dont see the time stamp info in question.

    help?

    code for page located here: http://wordpress.pastebin.ca/257114

Viewing 1 replies (of 1 total)
  • It’s on line 36:

    <?php comment_time() ?></a> <?php edit_comment_link('e','',''); ?>;

    That “e” is only visible if you’re logged in – it takes you to the admin interface where you can edit the comment. Visitors won’t see it.

Viewing 1 replies (of 1 total)
  • The topic ‘how to edit comment time stamp’ is closed to new replies.