Fix small typo in last commit.

git-svn-id: http://svn.automattic.com/wordpress/trunk@9492 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2008-11-03 07:07:39 +00:00
parent ef37aa39aa
commit de3e6af863
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ $url = attribute_escape( $comment->comment_author_url );
<div class="misc-pub-section curtime misc-pub-section-last">
<?php
$datef = _c( 'M j, Y @ G:i|Publish box date format');
$stamp = __('Submitted on: <b>%1$s</a>');
$stamp = __('Submitted on: <b>%1$s</b>');
$date = date_i18n( $datef, strtotime( $comment->comment_date ) );
?>
<span id="timestamp"><?php printf($stamp, $date); ?></span>&nbsp;<a href="#edit_timestamp" class="edit-timestamp hide-if-no-js" tabindex='4'><?php _e('Edit') ?></a>