Make WordPress Core

Ticket #15415: 15415.patch

File 15415.patch, 947 bytes (added by ocean90, 14 years ago)
  • wp-admin/edit-form-comment.php

     
    7171<?php echo "<a class='submitdelete deletion' href='" . wp_nonce_url("comment.php?action=" . ( !EMPTY_TRASH_DAYS ? 'deletecomment' : 'trashcomment' ) . "&amp;c=$comment->comment_ID&amp;_wp_original_http_referer=" . urlencode(wp_get_referer()), 'delete-comment_' . $comment->comment_ID) . "'>" . ( !EMPTY_TRASH_DAYS ? __('Delete Permanently') : __('Move to Trash') ) . "</a>\n"; ?>
    7272</div>
    7373<div id="publishing-action">
    74 <?php submit_button( __( 'Update Comment' ), 'primary', 'save', true, array( 'tabindex' => '4' ) ); ?>
     74<?php submit_button( __( 'Update Comment' ), 'primary', 'save', false, array( 'tabindex' => '4', 'id' => 'update-comment_' . $comment->comment_ID ) ); ?>
    7575</div>
    7676<div class="clear"></div>
    7777</div>