Make WordPress Core

Changeset 45441


Ignore:
Timestamp:
05/26/2019 06:42:35 PM (6 years ago)
Author:
SergeyBiryukov
Message:

I18N: Merge duplicate "Add Comment" strings.

Props ramiy.
Fixes #47246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/meta-boxes.php

    r45147 r45441  
    805805    wp_nonce_field( 'get-comments', 'add_comment_nonce', false );
    806806    ?>
    807     <p class="hide-if-no-js" id="add-new-comment"><button type="button" class="button" onclick="window.commentReply && commentReply.addcomment(<?php echo $post->ID; ?>);"><?php _e( 'Add comment' ); ?></button></p>
     807    <p class="hide-if-no-js" id="add-new-comment"><button type="button" class="button" onclick="window.commentReply && commentReply.addcomment(<?php echo $post->ID; ?>);"><?php _e( 'Add Comment' ); ?></button></p>
    808808    <?php
    809809
Note: See TracChangeset for help on using the changeset viewer.