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:
parent
ef37aa39aa
commit
de3e6af863
|
@ -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> <a href="#edit_timestamp" class="edit-timestamp hide-if-no-js" tabindex='4'><?php _e('Edit') ?></a>
|
||||
|
|
Loading…
Reference in New Issue