Make WordPress Core

Changeset 9492


Ignore:
Timestamp:
11/03/2008 07:07:39 AM (16 years ago)
Author:
markjaquith
Message:

Fix small typo in last commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-comment.php

    r9491 r9492  
    5656<?php
    5757$datef = _c( 'M j, Y @ G:i|Publish box date format');
    58 $stamp = __('Submitted on: <b>%1$s</a>');
     58$stamp = __('Submitted on: <b>%1$s</b>');
    5959$date = date_i18n( $datef, strtotime( $comment->comment_date ) );
    6060?>
Note: See TracChangeset for help on using the changeset viewer.