Make WordPress Core

Ticket #44360: 44360.comment.php.diff

File 44360.comment.php.diff, 567 bytes (added by subrataemfluence, 6 years ago)

Core file: wp-admin/comment.php

  • comment.php

    diff --git src/wp-admin/comment.php b/comment.php
    index d95ae0d..cfcd8ac 100755
    old new if ( $comment->comment_approved != '0' ) { // if not unapproved 
    202202        <th scope="row"><?php _e( 'Submitted on' ); ?></th>
    203203        <td>
    204204        <?php
    205                 /* translators: 1: comment date, 2: comment time */
    206205                $submitted = sprintf(
     206                        /* translators: 1: comment date, 2: comment time */
    207207                        __( '%1$s at %2$s' ),
    208208                        /* translators: comment date format. See https://secure.php.net/date */
    209209                        get_comment_date( __( 'Y/m/d' ), $comment ),